style: make app report as Quickgui in the menu

This commit is contained in:
Martin Wimpress 2024-06-26 17:55:06 +01:00 committed by Martin Wimpress
parent 035b2b7683
commit 305a3c9105
1 changed files with 1 additions and 1 deletions

View File

@ -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),
),
/*