mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-21 16:32:35 +08:00
feat: add glass theme
This commit is contained in:
@@ -315,6 +315,11 @@ const themes: ThemeSwitcherTheme[] = [
|
||||
title: t('theme.transparent'),
|
||||
icon: 'mdi-gradient-horizontal',
|
||||
},
|
||||
{
|
||||
name: 'glass',
|
||||
title: t('theme.glass'),
|
||||
icon: 'mdi-blur-radial',
|
||||
},
|
||||
]
|
||||
|
||||
function getThemeLayoutTitle(layout: ThemeCustomizerSettings['layout']) {
|
||||
|
||||
Reference in New Issue
Block a user