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:
authorPhieF <phie@phie.ovh>2022-01-24 00:59:54 +0300
committerGitHub <noreply@github.com>2022-01-24 00:59:54 +0300
commit5d8a63d1a404c2adc8e340165a20344287bcee74 (patch)
treebcf03201bcb4aea5780522d63cfc1b90d304aa57 /templates/settings.php
parentc90eacfe1edca6b32fcd33a893cbd721a236ca43 (diff)
parent4dea0cc834d98bb80a45575e3096b94be08d1341 (diff)
Merge pull request #176 from CarnetApp/in-a-framev0.24.4v0.24.3stable-0.24.4stable-0.24.3nextcloud-stable-0.24.4master
In a frame
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'];