opt: hide main window when using shortcut

This commit is contained in:
Kingtous
2022-11-26 11:40:13 +08:00
parent 03c1395565
commit f343478016
5 changed files with 52 additions and 27 deletions

View File

@@ -20,6 +20,7 @@ const String kTabLabelHomePage = "Home";
const String kTabLabelSettingPage = "Settings";
const String kWindowPrefix = "wm_";
const int kWindowMainId = 0;
// the executable name of the portable version
const String kEnvPortableExecutable = "RUSTDESK_APPNAME";