Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit f07e454

Browse files
committed
fix: disable plugins
1 parent f9914ce commit f07e454

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugins_list.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def __init__(self, win):
3636

3737
self.win = win
3838

39-
self.plugins = Gio.Settings(app_id).get_list("plugins-enabled")
39+
#self.plugins = Gio.Settings(app_id).get_dict("plugins-enabled")
40+
self.plugins = {}
4041
buglog(self.plugins)
4142

4243
self.pm = pluggy.PluginManager("gradience")

0 commit comments

Comments
 (0)