Add an indicator in the title bar if Streamer Mode is active (#4410)

This commit is contained in:
Mm2PL
2023-05-27 10:38:25 +00:00
committed by GitHub
parent 1bc423d9c4
commit c6c884df70
17 changed files with 163 additions and 2 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ enum class TitleBarButtonStyle {
Unmaximize = 4,
Close = 8,
User = 16,
Settings = 32
Settings = 32,
StreamerMode = 64,
};
class TitleBarButton : public Button