mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Qt: AlwaysOnTop GBA widget option
This commit is contained in:
parent
501868ace0
commit
6fc060bdca
2 changed files with 22 additions and 0 deletions
|
@ -55,6 +55,9 @@ public:
|
|||
bool IsBorderless() const;
|
||||
void SetBorderless(bool enable);
|
||||
|
||||
bool IsAlwaysOnTop() const;
|
||||
void SetAlwaysOnTop(bool enable);
|
||||
|
||||
private:
|
||||
void UpdateTitle();
|
||||
void UpdateVolume();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue