fix : comment
This commit is contained in:
parent
69a32d3b1e
commit
21ea78bf78
|
|
@ -74,7 +74,6 @@ Future<void> getIcons() async {
|
||||||
void main() async {
|
void main() async {
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
// Don't forget to also change the size in linux/my_application.cc:50
|
// Don't forget to also change the size in linux/my_application.cc:50
|
||||||
// Don't forget to also change the size in macos/Runner/MainFlutterWindow.swift:7
|
|
||||||
if (Platform.isMacOS) {
|
if (Platform.isMacOS) {
|
||||||
setWindowMinSize(const Size(692 + 2, 580 + 30));
|
setWindowMinSize(const Size(692 + 2, 580 + 30));
|
||||||
setWindowMaxSize(const Size(692 + 2, 580 + 30));
|
setWindowMaxSize(const Size(692 + 2, 580 + 30));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue