feat: Prompt for new update

This commit is contained in:
Blazebrain 2023-08-04 02:17:56 +01:00
parent 38a1dffc7b
commit 784b834626

View file

@ -293,7 +293,6 @@ class AppState extends State<App> with SingleTickerProviderStateMixin {
home: Theme(
data: ThemeData(),
child: UpgradeAlert(
upgrader: Upgrader(debugDisplayAlways: true),
child: _Home(),
),
),