feat: launch arg to start logged in as a supplied user (#5626)

This commit is contained in:
Liam Rooney
2024-10-06 01:29:44 -07:00
committed by GitHub
parent c1e04eeeff
commit 0085fb64ac
4 changed files with 23 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ public:
bool dontLoadMainWindow{};
std::optional<WindowLayout> customChannelLayout;
std::optional<Channel> activateChannel;
std::optional<QString> initialLogin;
bool verbose{};
bool safeMode{};