File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11set (_VERSION_MAJOR 0)
22set (_VERSION_MINOR 6)
3- set (_VERSION_PATCH 7 )
3+ set (_VERSION_PATCH 8 )
44
55set (CPACK_GENERATOR "DEB" )
66
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
3131 app.setOrganizationName (" septemberhx" );
3232 app.setApplicationName (" dde-top-panel" );
3333 app.setApplicationDisplayName (" DDE Top Panel" );
34- app.setApplicationVersion (" 0.6.7 " );
34+ app.setApplicationVersion (" 0.6.8 " );
3535 app.loadTranslator ();
3636 app.setAttribute (Qt::AA_EnableHighDpiScaling, true );
3737 app.setAttribute (Qt::AA_UseHighDpiPixmaps, false );
@@ -42,4 +42,4 @@ int main(int argc, char *argv[]) {
4242 TopPanelLauncher launcher;
4343
4444 return app.exec ();
45- }
45+ }
Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ void CustomSettings::setActiveMinimizedIconPath(const QString &activeMinimizedIc
141141}
142142
143143const QString &CustomSettings::getActiveDefaultAppIconPath () const {
144- if (this ->isFollowSystemTheme ()) {
144+ if (this ->isFollowSystemTheme () && activeDefaultAppIconPath == " :/icons/linux.svg " ) {
145145 switch (DGuiApplicationHelper::instance ()->themeType ()) {
146- case Dtk::Gui::DGuiApplicationHelper::DarkType:
146+ case Dtk::Gui::DGuiApplicationHelper::DarkType:
147147 return this ->defaultIconPathDark ;
148148 case Dtk::Gui::DGuiApplicationHelper::LightType:
149149 return this ->defaultIconPathLight ;
You can’t perform that action at this time.
0 commit comments