Skip to content

Commit

Permalink
Move fullscreen checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
timsueberkrueb committed Jan 25, 2020
1 parent bdaa300 commit 5fe7755
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qml/OptionalSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ Item {
}
}

CheckBox {
id: checkFullscreen
text: "Fullscreen"
}

CheckBox {
id: checkDesktopUserAgent
text: "Enable desktop mode (via user agent)"
Expand Down Expand Up @@ -103,11 +108,6 @@ Item {
id: radioTitleBarBackForward
text: "Show title bar with back/forward buttons"
}

CheckBox {
id: checkFullscreen
text: "Fullscreen"
}
}

RowLayout {
Expand Down

0 comments on commit 5fe7755

Please sign in to comment.