Skip to content

Commit

Permalink
modify icon
Browse files Browse the repository at this point in the history
  • Loading branch information
EaniaHuui committed Apr 20, 2022
1 parent 22fe460 commit b74c751
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import 'package:android_tool/page/main/main_page.dart';
import 'package:flutter/material.dart';

Expand All @@ -14,10 +13,11 @@ class MyApp extends StatelessWidget {
Widget build(BuildContext context) {
return MaterialApp(
title: 'AndroidADBTool',
debugShowCheckedModeBanner: false,
theme: ThemeData(
primarySwatch: Colors.blue,
),
home: const MainPage(),
);
}
}
}
2 changes: 1 addition & 1 deletion windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ END

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_APP_ICON ICON "resources\\app_icon.png"
IDI_APP_ICON ICON "resources\\app_icon.ico"


/////////////////////////////////////////////////////////////////////////////
Expand Down
Binary file added windows/runner/resources/app_icon.ico
Binary file not shown.
Binary file removed windows/runner/resources/app_icon.png
Binary file not shown.

0 comments on commit b74c751

Please sign in to comment.