Use default landscape format for settings page
This commit is contained in:
parent
cbee948e09
commit
f6e21b6428
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Page {
|
|||
id: settingsPage
|
||||
allowedOrientations: Orientation.All
|
||||
|
||||
readonly property bool landscapeLayout: (width > height && Screen.sizeCategory > Screen.Small) || Screen.sizeCategory > Screen.Medium
|
||||
readonly property bool landscapeLayout: settingsPage.isLandscape
|
||||
readonly property var userInformation: tdLibWrapper.getUserInformation()
|
||||
property bool uploadInProgress: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue