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 {
|
class _AppState extends ConsumerState<App> with WindowListener {
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
windowManager.addListener(this);
|
|
||||||
super.initState();
|
super.initState();
|
||||||
|
windowManager.addListener(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Reference in New Issue
Block a user