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

Commit

Permalink
fix: disabled plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMRTT committed Sep 2, 2022
1 parent a6d9b33 commit d33b6ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ def __init__(self):

self.is_ready = False

self.disabled_plugins = list(
self.settings.get_value("disabled-plugins"))

self.first_run = self.settings.get_boolean("first-run")
buglog(f"disabled plugins: {self.disabled_plugins}")

self.style_manager = Adw.StyleManager.get_default()

Expand Down

0 comments on commit d33b6ad

Please sign in to comment.