mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Update main.dart
This commit is contained in:
@ -30,8 +30,8 @@ class App extends ConsumerStatefulWidget {
|
||||
class _AppState extends ConsumerState<App> with WindowListener {
|
||||
@override
|
||||
void initState() {
|
||||
windowManager.addListener(this);
|
||||
super.initState();
|
||||
windowManager.addListener(this);
|
||||
}
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user