Add an indicator in the title bar if Streamer Mode is active (#4410)
This commit is contained in:
@@ -11,7 +11,8 @@ enum class TitleBarButtonStyle {
|
||||
Unmaximize = 4,
|
||||
Close = 8,
|
||||
User = 16,
|
||||
Settings = 32
|
||||
Settings = 32,
|
||||
StreamerMode = 64,
|
||||
};
|
||||
|
||||
class TitleBarButton : public Button
|
||||
|
||||
Reference in New Issue
Block a user