NOISSUE Add option to disable global play time status
This commit is contained in:
parent
98887911c1
commit
2e60413f7f
4 changed files with 13 additions and 1 deletions
|
@ -644,6 +644,7 @@ Launcher::Launcher(int &argc, char **argv) : QApplication(argc, argv)
|
|||
|
||||
// Game time
|
||||
m_settings->registerSetting("ShowGameTime", true);
|
||||
m_settings->registerSetting("ShowGlobalGameTime", true);
|
||||
m_settings->registerSetting("RecordGameTime", true);
|
||||
|
||||
// Minecraft launch method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue