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; if (added.contains(t.id)) continue;
Widget w = PanelButton( Widget w = PanelButton(
onPressed: () => { onPressed: () async {
// TODO: set theme newThemeByID = t;
// slay
setPaint();
setState(() {});
}, },
title: Column( title: Column(
children: [ children: [