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;
|
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: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user