public theme setting
This commit is contained in:
parent
a5f924ae77
commit
6a79e8b3db
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user