remove adw gtk3

This commit is contained in:
0xMRTT 2022-08-10 17:51:43 +02:00
parent 139bfa8448
commit 188b810d32
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -56,7 +56,7 @@ class AdwcustomizerMainWindow(Adw.ApplicationWindow):
self.setup_monet_page()
self.setup_plugins_page()
self.setup_colors_page()
self.settings = Gio.Settings(
"com.github.AdwCustomizerTeam.AdwCustomizer")
@ -141,7 +141,6 @@ class AdwcustomizerMainWindow(Adw.ApplicationWindow):
for variable in group["variables"]:
pref_variable = AdwcustomizerOption(variable["name"],
variable["title"],
variable["adw_gtk3_support"],
variable.get("explanation"))
pref_group.add(pref_variable)
self.get_application().pref_variables[variable["name"]] = pref_variable