fix: non python text

This commit is contained in:
0xMRTT 2022-09-10 15:43:19 +02:00
parent ffd626dd43
commit c85c2b2577
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -61,7 +61,6 @@ class GradiencePluginsList:
self.app.settings.get_value("enabled-plugins").unpack()
)
(feat: add plugin deletion)
def save_enabled_plugins(self):
self.app.settings.set_value(
"enabled-plugins", GLib.Variant("as", list(self.enabled_plugins))