Skip to content

Commit 7dc12ee

Browse files
committed
#6: Aurorae theme hint
1 parent bb3d503 commit 7dc12ee

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

package/contents/ui/config/ConfigAppearance.qml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,17 @@ KCM.SimpleKCM {
8686
}
8787

8888
KCM.ContextualHelpButton {
89-
toolTipText: i18n("Some window decoration themes <br/>
90-
(e.g. Breeze or Plastic) could be installed <br/>
91-
in your system as binary libraries and <br/>
92-
thus be visible and usable in system <br/>
93-
settings, but they are not detectable <br/>
94-
and cannot be used by this widget <br/>
95-
(unlike Auraroe themes). Proceed to <br/>
96-
install some Aurorae themes or <br/>
97-
use \"Breeze\" or \"Plasma\" options <br/>
98-
in \"Icons theme\" field instead")
89+
visible: widgetButtonsAuroraeTheme.model.count == 0
90+
toolTipText: i18n("Some window decorations themes, e.g. Breeze or Plastik, could be installed in your system as binary libraries and thus be visible and usable in System settings, but they are not detectable and cannot be used by this widget. There are no plans to support such binary themes due to technical complications.
91+
-
92+
Regular Aurorae themes for window decorations are supported by this widget and you can install them in System settings through \"Window decorations\" page or use \"Breeze\" or \"Plasma\" options in \"Button icons source\" field above instead")
93+
}
94+
95+
KCM.ContextualHelpButton {
96+
visible: widgetButtonsAuroraeTheme.model.count > 0
97+
toolTipText: i18n("Some window decorations themes, e.g. Breeze or Plastik, could be installed in your system as binary libraries and thus be visible and usable in System settings, but they are not detectable and cannot be used by this widget. There are no plans to support such binary themes due to technical complications.
98+
-
99+
You can install more of regular Aurorae themes for window decorations in System settings through \"Window decorations\" page or use \"Breeze\" or \"Plasma\" options in \"Button icons source\" field above instead")
99100
}
100101

101102
}

0 commit comments

Comments
 (0)