Skip to content

Commit

Permalink
Display Profile: Fix android timeSyncFromCms and webCacheEnabled sett…
Browse files Browse the repository at this point in the history
…ings in v3. (#2469)
  • Loading branch information
PeterMis authored Apr 8, 2024
1 parent 9fd6662 commit d22219c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Factory/DisplayProfileFactory.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/*
* Copyright (C) 2023 Xibo Signage Ltd
* Copyright (C) 2024 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
* Xibo - Digital Signage - https://xibosignage.com
*
* This file is part of Xibo.
*
Expand Down Expand Up @@ -233,8 +233,8 @@ public function loadForType($type)
['name' => 'dayPartId', 'default' => null],
['name' => 'webViewPluginState', 'default' => 'DEMAND'],
['name' => 'hardwareAccelerateWebViewMode', 'default' => '2'],
['name' => 'timeSyncFromCms', 'default' => 0],
['name' => 'webCacheEnabled', 'default' => 0],
['name' => 'timeSyncFromCms', 'default' => 0, 'type' => 'checkbox'],
['name' => 'webCacheEnabled', 'default' => 0, 'type' => 'checkbox'],
['name' => 'serverPort', 'default' => 9696],
['name' => 'installWithLoadedLinkLibraries', 'default' => 1, 'type' => 'checkbox'],
['name' => 'forceHttps', 'default' => 1, 'type' => 'checkbox'],
Expand Down

0 comments on commit d22219c

Please sign in to comment.