use set_model

This commit is contained in:
0xMRTT 2022-08-11 12:10:26 +02:00
parent c50cb8d000
commit 5744873bb8
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -149,7 +149,7 @@ class AdwcustomizerMainWindow(Adw.ApplicationWindow):
] ]
for v in store_values: for v in store_values:
store.append(v) store.append(v)
self.tone_row.set_list_factory(store) self.tone_row.set_model(store)
print(dir(self.tone_row)) print(dir(self.tone_row))
def setup_plugins_page(self): def setup_plugins_page(self):