Skip to content

Commit

Permalink
Revert "cs_themes: Make mouse cursor size configurable"
Browse files Browse the repository at this point in the history
This reverts commit c9f0565.

The setting is already present in Mouse prefs.
  • Loading branch information
clefebvre committed Nov 25, 2022
1 parent c60e26c commit de39c5c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ def on_module_selected(self):
widget = GSettingsSwitch(_("Show icons on buttons"), "org.cinnamon.settings-daemon.plugins.xsettings", "buttons-have-icons")
settings.add_row(widget)

widget = GSettingsSpinButton(_("Mouse pointer size"), "org.cinnamon.desktop.interface", "cursor-size", None, 22, 96)
settings.add_row(widget)

try:
import tinycss2
except:
Expand Down

0 comments on commit de39c5c

Please sign in to comment.