[ui] Add auto-mount on first launch functionality #52

This commit is contained in:
2025-09-06 18:42:51 -05:00
parent 9ce49848fd
commit 06ae4bab43
3 changed files with 13 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ void free_console();
struct shortcut_cfg final {
std::wstring arguments;
std::wstring exe_path;
std::wstring icon_path;
std::wstring location{get_startup_folder()};
std::wstring shortcut_name;
std::wstring working_directory;