Skip to content

Commit

Permalink
fix: The tray icon does not change with the theme
Browse files Browse the repository at this point in the history
修复托盘图标不跟随主题变化
  • Loading branch information
ice909 authored and deepin-bot[bot] committed Jan 31, 2024
1 parent 6a8242f commit b4af68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/music-player/mainwindow/MainWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ ApplicationWindow {
SystemTrayIcon{
id: systemTray
visible: true
iconSource: "qrc:/dsg/img/deepin-music.svg"
iconName: "deepin-music"
tooltip: qsTr("Music")

onActivated: {
Expand Down

0 comments on commit b4af68e

Please sign in to comment.