mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Fix widgets being visible when they shouldn't be
This commit is contained in:
@ -66,6 +66,8 @@ public:
|
||||
void SetWidgetsLocked(bool visible);
|
||||
bool AreWidgetsLocked() const;
|
||||
|
||||
void RefreshWidgetVisibility();
|
||||
|
||||
// GameList
|
||||
QStringList GetPaths() const;
|
||||
void AddPath(const QString& path);
|
||||
|
Reference in New Issue
Block a user