Qt: AlwaysOnTop GBA widget option

This commit is contained in:
Bonta
2021-07-22 18:19:27 +02:00
parent 501868ace0
commit 6fc060bdca
2 changed files with 22 additions and 0 deletions

View File

@ -55,6 +55,9 @@ public:
bool IsBorderless() const;
void SetBorderless(bool enable);
bool IsAlwaysOnTop() const;
void SetAlwaysOnTop(bool enable);
private:
void UpdateTitle();
void UpdateVolume();