Skip to content

Commit

Permalink
Funny commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenx committed May 11, 2022
1 parent 3e92ad4 commit 5761666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ void main() async {

DiscordRPC.initialize();

runApp(const ProviderScope(child: MyApp()));

doWhenWindowReady(() async {
appWindow
..minSize = windowSize
Expand All @@ -64,6 +62,8 @@ void main() async {

appWindow.show();
});

runApp(const ProviderScope(child: MyApp()));
}

class MyApp extends ConsumerWidget {
Expand Down

0 comments on commit 5761666

Please sign in to comment.