Skip to content

Commit

Permalink
fix: Adjust dde-dock tray icon path
Browse files Browse the repository at this point in the history
调整托盘图标文件路径,影响在控制中心的显示效果

Log: 修复界面显示问题
  • Loading branch information
rb-union authored and deepin-bot[bot] committed Apr 9, 2024
1 parent 1dca97d commit 8fc3973
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/dde-dock-plugins/shotstartrecord/res.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
<file>res/status-screen-record.svg</file>
<file>res/status-screen-record-dark.svg</file>
<file>res/shot-start-record-plugin.svg</file>
<file>res/shot-start-record-plugin-dark.svg</file>
</qresource>
</RCC>

This file was deleted.

5 changes: 2 additions & 3 deletions src/dde-dock-plugins/shotstartrecord/shotstartrecord.pro
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ SOURCES += \
target.path = /usr/lib/dde-dock/plugins/
file.files += $$PWD/com.deepin.dde.dock.module.shot-start-record-plugin.gschema.xml
file.path += /usr/share/glib-2.0/schemas/
recordicon.files += $$PWD/res/shot-start-record-plugin.svg \
$$PWD/res/shot-start-record-plugin-dark.svg
recordicon.path += /usr/share/icons/hicolor/scalable/status
recordicon.files += $$PWD/res/shot-start-record-plugin.svg
recordicon.path += /usr/share/dde-dock/icons/dcc-setting/

INSTALLS += target file recordicon
RESOURCES += res.qrc

0 comments on commit 8fc3973

Please sign in to comment.