fix: indent error

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-09-11 11:20:27 +02:00 committed by GitHub
parent f4dca42536
commit 9921d77548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ class GradiencePluginsList:
self.app.settings.get_value("enabled-plugins").unpack()
)
def save_enabled_plugins(self):
def save_enabled_plugins(self):
self.app.settings.set_value(
"enabled-plugins", GLib.Variant("as", list(self.enabled_plugins))
)