[ui] Add auto-mount on first launch functionality #52
This commit is contained in:
@@ -247,7 +247,7 @@ void mgmt_app_config::set_auto_start(bool auto_start) {
|
||||
utils::shortcut_cfg cfg{};
|
||||
cfg.arguments = {L"-ui", L"-lo"};
|
||||
cfg.exe_path = utils::path::combine(L".", {L"repertory"});
|
||||
cfg.icon_path = utils::path::combine(".", {"icon.ico"});
|
||||
cfg.icon_path = utils::path::combine(L".", {L"icon.ico"});
|
||||
cfg.location = utils::path::absolute(L".");
|
||||
cfg.shortcut_name = L"repertory";
|
||||
if (utils::create_shortcut(cfg, false)) {
|
||||
|
Reference in New Issue
Block a user