win32 fix
This commit is contained in:
@@ -261,7 +261,7 @@ void mgmt_app_config::set_auto_start(bool auto_start) {
|
||||
#if defined(_WIN32)
|
||||
if (auto_start) {
|
||||
utils::shortcut_cfg cfg{};
|
||||
cfg.arguments = L"-ui -lo";
|
||||
cfg.arguments = L"-ui -lo --hidden";
|
||||
cfg.exe_path = utils::path::combine(L".", {L"repertory"});
|
||||
cfg.icon_path = utils::path::combine(L".", {L"icon.ico"});
|
||||
cfg.shortcut_name = L"repertory";
|
||||
|
Reference in New Issue
Block a user