[app] Housekeeping
This commit is contained in:
parent
0a42d93e14
commit
1c7c897909
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
|
@ -58,7 +59,7 @@ Page {
|
|||
onValueChanged: allowedOrientations =
|
||||
(orientation.value === 1) ? Orientation.Portrait :
|
||||
(orientation.value === 2) ? Orientation.Landscape :
|
||||
Orientation.All
|
||||
Orientation.All
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue