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:
JosJuice
2020-05-01 16:31:47 +02:00
parent 66c91b9dfb
commit aab694e6b5
3 changed files with 15 additions and 11 deletions

View File

@ -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);