Skip to content

Commit

Permalink
in Standardeinstellungen nur Login ändern
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColin21 committed Mar 27, 2022
1 parent 933bd9a commit 72133db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Services/SettingsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function getServerStyleHeaderEnabled(): bool {
*
* @param int $styleHeader
*/
public function setServerStyleHeaderEnabled(int $styleHeader = 1) {
public function setServerStyleHeaderEnabled(int $styleHeader = 0) {
$this->config->setAppValue($this->appName, self::STYLE_HEADER, $styleHeader);
}

Expand All @@ -134,7 +134,7 @@ public function getServerStyleDashboardEnabled(): bool {
*
* @param int $styleDashboard
*/
public function setServerStyleDashboardEnabled(int $styleDashboard = 1) {
public function setServerStyleDashboardEnabled(int $styleDashboard = 0) {
$this->config->setAppValue($this->appName, self::STYLE_DASHBORAD, $styleDashboard);
}

Expand Down

0 comments on commit 72133db

Please sign in to comment.