update list factory

This commit is contained in:
0xMRTT 2022-08-11 12:04:09 +02:00
parent aad88ff496
commit 07e22ed96e
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -134,7 +134,7 @@ class AdwcustomizerMainWindow(Adw.ApplicationWindow):
self.tone_row = Adw.ComboRow()
self.tone_row.set_title(_("Tone"))
store = Gtk.ListStore(str)
store = Gtk.ListItemFactory(str)
store_values = [
"1",
"5",