mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
Add togglable status bar
Signed-off-by: Archy <59789660+IceCryptonym@users.noreply.github.com>
This commit is contained in:
@ -668,6 +668,8 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
|
||||
// The cat
|
||||
m_settings->registerSetting("TheCat", false);
|
||||
|
||||
m_settings->registerSetting("StatusBarVisible", true);
|
||||
|
||||
m_settings->registerSetting("ToolbarsLocked", false);
|
||||
|
||||
m_settings->registerSetting("InstSortMode", "Name");
|
||||
|
Reference in New Issue
Block a user