fix: hideTitleBar doesn't work (#407)

Fixes #406
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-06-22 22:58:22 +08:00
committed by GitHub
parent d785209eb6
commit 43e6105eb3
3 changed files with 3 additions and 4 deletions

View File

@@ -71,7 +71,6 @@ Future<void> _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,

View File

@@ -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"

View File

@@ -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: