mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00: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:
parent
66c91b9dfb
commit
aab694e6b5
3 changed files with 15 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue