From 43e6105eb3d88ad766e852b9ea474d27e971c280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lollipopkit=F0=9F=8F=B3=EF=B8=8F=E2=80=8D=E2=9A=A7?= =?UTF-8?q?=EF=B8=8F?= <10864310+lollipopkit@users.noreply.github.com> Date: Sat, 22 Jun 2024 22:58:22 +0800 Subject: [PATCH] fix: `hideTitleBar` doesn't work (#407) Fixes #406 --- lib/main.dart | 1 - pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index e4fd0b64..683e36e8 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -71,7 +71,6 @@ Future _initApp() async { final windowSize = Stores.setting.windowSize.fetch().toSize(); final hideTitleBar = Stores.setting.hideTitleBar.fetch(); - print('windowSize: $windowSize, hideTitleBar: $hideTitleBar'); SystemUIs.initDesktopWindow( hideTitleBar: hideTitleBar, size: windowSize, diff --git a/pubspec.lock b/pubspec.lock index 325ca082..d922e998 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -385,8 +385,8 @@ packages: dependency: "direct main" description: path: "." - ref: "v1.0.47" - resolved-ref: ea605db48e626fa08f06b2056510ed4887ade087 + ref: "v1.0.48" + resolved-ref: "48e91d023afa5c73970c75b8fc1f5dffa0c809d7" url: "https://github.com/lppcg/fl_lib" source: git version: "0.0.1" diff --git a/pubspec.yaml b/pubspec.yaml index 1d55df6f..0f409571 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -58,7 +58,7 @@ dependencies: fl_lib: git: url: https://github.com/lppcg/fl_lib - ref: v1.0.47 + ref: v1.0.48 dependency_overrides: # dartssh2: