This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- CURRENT_PROJECT_VERSION = 366
1
+ CURRENT_PROJECT_VERSION = 367
Original file line number Diff line number Diff line change @@ -279,6 +279,7 @@ extension MainWindowController: NSWindowDelegate {
279
279
self ? . mainViewController. mainView. webContainerTopConstraintToNavigation. animator ( ) . priority = . defaultHigh
280
280
self ? . mainViewController. mainView. webContainerTopConstraint. animator ( ) . priority = . defaultLow
281
281
self ? . moveTabBarView ( toTitlebarView: false )
282
+ self ? . window? . titlebarAppearsTransparent = false
282
283
self ? . window? . toolbar = nil
283
284
}
284
285
}
@@ -290,6 +291,7 @@ extension MainWindowController: NSWindowDelegate {
290
291
self ? . mainViewController. mainView. navigationBarTopConstraint. animator ( ) . constant = 38
291
292
self ? . mainViewController. mainView. webContainerTopConstraintToNavigation. animator ( ) . priority = . defaultLow
292
293
self ? . mainViewController. mainView. webContainerTopConstraint. animator ( ) . priority = . defaultHigh
294
+ self ? . window? . titlebarAppearsTransparent = true
293
295
self ? . setupToolbar ( )
294
296
}
295
297
}
You can’t perform that action at this time.
0 commit comments