File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
files/usr/share/cinnamon/cinnamon-settings/modules Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Depends:
9999 python3-pyinotify,
100100 python3-requests,
101101 python3-setproctitle,
102- python3-tinycss2 | python3-tinycss ,
102+ python3-tinycss2,
103103 python3-tz,
104104 streamer,
105105 wget,
Original file line number Diff line number Diff line change 22
33import os
44import json
5+ import tinycss2
56
67from gi .repository import Gtk , GdkPixbuf
78
@@ -267,12 +268,6 @@ def on_module_selected(self):
267268 widget = GSettingsSwitch (_ ("Show icons on buttons" ), "org.cinnamon.settings-daemon.plugins.xsettings" , "buttons-have-icons" )
268269 settings .add_row (widget )
269270
270- try :
271- import tinycss2
272- except :
273- self .refresh_choosers ()
274- return
275-
276271 settings = page .add_section (_ ("Scrollbar behavior" ))
277272
278273 # Translators: The 'trough' is the part of the scrollbar that the 'handle'
You can’t perform that action at this time.
0 commit comments