Add an indicator in the title bar if Streamer Mode is active (#4410)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "singletons/Settings.hpp"
|
||||
|
||||
#include "Application.hpp"
|
||||
#include "controllers/filters/FilterRecord.hpp"
|
||||
#include "controllers/highlights/HighlightBadge.hpp"
|
||||
#include "controllers/highlights/HighlightBlacklistUser.hpp"
|
||||
@@ -136,6 +137,11 @@ Settings::Settings(const QString &settingsDirectory)
|
||||
},
|
||||
false);
|
||||
#endif
|
||||
this->enableStreamerMode.connect(
|
||||
[]() {
|
||||
getApp()->streamerModeChanged.invoke();
|
||||
},
|
||||
false);
|
||||
}
|
||||
|
||||
Settings &Settings::instance()
|
||||
|
||||
Reference in New Issue
Block a user