mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-17 15:52:15 +00:00
dark mode logo
This commit is contained in:
@@ -40,10 +40,18 @@ class StoreAppSettingsController extends Controller
|
||||
'name' => 'app_logo',
|
||||
'value' => store_system_image($request, 'logo'),
|
||||
],
|
||||
[
|
||||
'name' => 'app_logo_dark',
|
||||
'value' => store_system_image($request, 'logo_dark'),
|
||||
],
|
||||
[
|
||||
'name' => 'app_logo_horizontal',
|
||||
'value' => store_system_image($request, 'logo_horizontal'),
|
||||
],
|
||||
[
|
||||
'name' => 'app_logo_horizontal_dark',
|
||||
'value' => store_system_image($request, 'logo_horizontal_dark'),
|
||||
],
|
||||
[
|
||||
'name' => 'app_favicon',
|
||||
'value' => store_system_image($request, 'favicon'),
|
||||
|
||||
Reference in New Issue
Block a user