Skip to content

Commit

Permalink
fix: hideTitleBar doesn't work (#407)
Browse files Browse the repository at this point in the history
Fixes #406
  • Loading branch information
lollipopkit authored Jun 22, 2024
1 parent d785209 commit 43e6105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 43e6105

Please sign in to comment.