Skip to content

Commit

Permalink
fix: disable plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMRTT committed Sep 2, 2022
1 parent f9914ce commit f07e454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins_list.py
Expand Up @@ -36,7 +36,8 @@ def __init__(self, win):

self.win = win

self.plugins = Gio.Settings(app_id).get_list("plugins-enabled")
#self.plugins = Gio.Settings(app_id).get_dict("plugins-enabled")
self.plugins = {}
buglog(self.plugins)

self.pm = pluggy.PluginManager("gradience")
Expand Down

0 comments on commit f07e454

Please sign in to comment.