From 1c7c8979096aadfbce17c2d8fa2e6f63077c5470 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sat, 8 Oct 2016 14:53:05 +0300 Subject: [PATCH] [app] Housekeeping --- app/settings/BooksSettings.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/settings/BooksSettings.qml b/app/settings/BooksSettings.qml index 92ba586..8b9d5e9 100644 --- a/app/settings/BooksSettings.qml +++ b/app/settings/BooksSettings.qml @@ -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 } }