style: make app report as Quickgui in the menu

This commit is contained in:
Martin Wimpress 2024-06-26 17:55:06 +01:00
parent 0465480255
commit 60b65ed981
No known key found for this signature in database
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),
),
/*