use correct (new) class to call getThemes()

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-04-03 23:00:14 +02:00
parent 2bb5c31a0f
commit 01c6096998

View File

@@ -47,7 +47,7 @@ return array(
'type' => 'select',
'default' => 'Froxlor',
'option_options_method' => array(
'\\Froxlor\\UI\\Template',
'\\Froxlor\\UI\\Panel\\UI',
'getThemes'
),
'save_method' => 'storeSettingDefaultTheme'