mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 00:15:42 +00:00
global shortcuts with loading from .json map
This commit is contained in:
@@ -620,6 +620,7 @@ namespace {
|
||||
case WM_CLOSE:
|
||||
App::wnd()->close();
|
||||
break;
|
||||
|
||||
case WM_NCHITTEST: {
|
||||
int32 xPos = GET_X_LPARAM(lParam), yPos = GET_Y_LPARAM(lParam);
|
||||
switch (i) {
|
||||
|
Reference in New Issue
Block a user