Provide means to disable dbus listener

This commit is contained in:
Jason DeRose
2020-02-25 14:56:41 -05:00
parent f29525f2f0
commit ba75e61d29
3 changed files with 31 additions and 6 deletions

View File

@@ -1181,5 +1181,15 @@
Keybinding to either show or launch the 10th application in the dash.
</description>
</key>
<key type="b" name="progress-show-bar">
<default>true</default>
<summary>Show progress bar on app icon</summary>
<description>Whether to show progress bar overlay on app icon, for supported applications.</description>
</key>
<key type="b" name="progress-show-count">
<default>true</default>
<summary>Show badge count on app icon</summary>
<description>Whether to show badge count overlay on app icon, for supported applications.</description>
</key>
</schema>
</schemalist>