public theme setting

This commit is contained in:
Kima 2024-03-17 21:24:44 +01:00
parent a5f924ae77
commit 6a79e8b3db

View File

@ -102,8 +102,14 @@ class PaintListScreenState extends State<PaintListScreen>
if (added.contains(t.id)) continue;
Widget w = PanelButton(
onPressed: () => {
// TODO: set theme
onPressed: () async {
newThemeByID = t;
// slay
setPaint();
setState(() {});
},
title: Column(
children: [