public theme setting
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user