diff --git a/CMakeLists.txt b/CMakeLists.txt
index ffcb7f0..6a0a7f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ set(CMAKE_AUTORCC ON)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
-find_package(Qt5 CONFIG REQUIRED Widgets DBus X11Extras Concurrent Svg LinguistTools QuickControls2)
+find_package(Qt5 CONFIG REQUIRED Widgets DBus X11Extras Concurrent LinguistTools QuickControls2)
find_package(KF5WindowSystem REQUIRED)
find_package(FishUI REQUIRED)
@@ -46,7 +46,6 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
Qt5::X11Extras
Qt5::Concurrent
Qt5::DBus
- Qt5::Svg
FishUI
diff --git a/qml/main.qml b/qml/main.qml
index dd60da3..0d053ef 100644
--- a/qml/main.qml
+++ b/qml/main.qml
@@ -42,7 +42,7 @@ Item {
id: _background
anchors.fill: parent
radius: windowRadius
- color: FishUI.Theme.darkMode ? "#828286" : "#F2F2F2"
+ color: FishUI.Theme.darkMode ? "#333333" : "#F2F2F2"
opacity: FishUI.Theme.darkMode ? 0.5 : 0.4
border.width: 0
diff --git a/translations/en_US.ts b/translations/en_US.ts
index a23071e..33dca43 100644
--- a/translations/en_US.ts
+++ b/translations/en_US.ts
@@ -4,32 +4,55 @@
AppItem
-
+
-
+
-
+
-
-
+
+
+
+
+
+
+
ApplicationModel
-
+
+
+ main
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts
index 99c3aec..d3b7f63 100644
--- a/translations/zh_CN.ts
+++ b/translations/zh_CN.ts
@@ -4,27 +4,27 @@
AppItem
-
+
打开
-
+
取消固定
-
+
固定
-
+
关闭窗口
-
+
关闭%1个窗口
@@ -40,17 +40,17 @@
main
-
+
回收站
-
+
打开
-
+
清空回收站