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(
|
||||
children: [
|
||||
ListTile(
|
||||
title: Text("quickgui $_version",
|
||||
title: Text("Quickgui $_version",
|
||||
style: Theme.of(context).textTheme.titleLarge),
|
||||
),
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue