Skip to content

Commit

Permalink
Revert "fix: full screen always dark theme"
Browse files Browse the repository at this point in the history
This reverts commit cc750bc.
  • Loading branch information
18202781743 authored and BLumia committed Jan 11, 2024
1 parent 69eac34 commit 93b8a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ QtObject {
windowedFrame.requestActivate()
} else {
// root.visibility = Window.FullScreen
// Fullscreen mode: always assume dark theme
ApplicationHelper.setPaletteType(ApplicationHelper.DarkType)
fullscreenFrame.setGeometry(Screen.virtualX, Screen.virtualY, Screen.width, Screen.height)
fullscreenFrame.requestActivate()
}
Expand Down

0 comments on commit 93b8a00

Please sign in to comment.