ui: avoid explicitly setting stylesheets

This commit is contained in:
2025-08-08 00:45:43 +02:00
parent 140db8d0d7
commit 630e1805bf
3 changed files with 12 additions and 13 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
/*
* @Author: Uyanide pywang0608@foxmail.com
* @Date: 2025-08-05 01:34:52
* @LastEditTime: 2025-08-07 22:28:11
* @LastEditTime: 2025-08-07 23:24:02
* @Description: Configuration manager.
*/
#ifndef CONFIG_H
@@ -16,10 +16,10 @@ class Config : public QObject {
public:
enum class SortType : int {
None = 0,
Name,
Date,
Size,
None = 0, // "none"
Name, // "name"
Date, // "date"
Size, // "size"
};
struct WallpaperConfigItems {