mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
DolphinQt: Store name of user style, not path
This makes user styles not break when for instance moving a portable.txt install between different folders.
This commit is contained in:
@ -47,7 +47,7 @@ public:
|
||||
|
||||
// UI
|
||||
void SetThemeName(const QString& theme_name);
|
||||
void SetCurrentUserStyle(const QString& stylesheet_path);
|
||||
void SetCurrentUserStyle(const QString& stylesheet_name);
|
||||
QString GetCurrentUserStyle() const;
|
||||
|
||||
void SetUserStylesEnabled(bool enabled);
|
||||
|
Reference in New Issue
Block a user