mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 18:07:42 +02:00
Temporarily disable theme mode adjustments
This commit is contained in:
parent
6c03c80f97
commit
1c76f19408
@ -247,6 +247,9 @@ class PreferenceForm extends Form
|
||||
]
|
||||
);
|
||||
|
||||
// Temporarily disabled. Re-enabled with v2.10
|
||||
$this->removeElement('theme_mode');
|
||||
|
||||
/** @var GettextTranslator $translator */
|
||||
$translator = StaticTranslator::$instance;
|
||||
|
||||
|
@ -175,6 +175,9 @@ class StyleSheet
|
||||
}
|
||||
}
|
||||
|
||||
// Temporarily disabled. Re-enabled with v2.10
|
||||
$mode = 'none';
|
||||
|
||||
$this->lessCompiler->setThemeMode($this->pubPath . '/css/modes/'. $mode . '.less');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user