mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: AlwaysOnTop GBA widget option
This commit is contained in:
@ -55,6 +55,9 @@ public:
|
||||
bool IsBorderless() const;
|
||||
void SetBorderless(bool enable);
|
||||
|
||||
bool IsAlwaysOnTop() const;
|
||||
void SetAlwaysOnTop(bool enable);
|
||||
|
||||
private:
|
||||
void UpdateTitle();
|
||||
void UpdateVolume();
|
||||
|
Reference in New Issue
Block a user