chore: remove unused ArgsBase::m_disableTray

This commit is contained in:
sithlord48
2025-09-24 16:58:44 -04:00
committed by Nick Bolton
parent 801ada88b7
commit 3945dc927c

View File

@ -53,9 +53,6 @@ public:
/// @brief The name of the current computer
std::string m_name;
/// @brief Should the app add a tray icon
bool m_disableTray = false;
/// @brief Will cause the application to exit with OK code when set to true
bool m_shouldExitOk = false;