style: make app report as Quickgui in the menu
This commit is contained in:
parent
035b2b7683
commit
305a3c9105
|
@ -45,7 +45,7 @@ class _LeftMenuState extends State<LeftMenu> with PreferencesMixin {
|
||||||
child: ListView(
|
child: ListView(
|
||||||
children: [
|
children: [
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text("quickgui $_version",
|
title: Text("Quickgui $_version",
|
||||||
style: Theme.of(context).textTheme.titleLarge),
|
style: Theme.of(context).textTheme.titleLarge),
|
||||||
),
|
),
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue