Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/settings.php')
-rwxr-xr-xtemplates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings.php b/templates/settings.php
index 1d4396e..c7d2a73 100755
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -1,7 +1,7 @@
<?php
global $fullscreen;
global $appVersion;
-$fullscreen = $_['carnet_display_fullscreen'];
+$fullscreen = True;
$currentpath = __DIR__."/CarnetElectron/";
$appVersion = $_['app_version'];