feat: linear gradient theme color background

This commit is contained in:
Hakadao
2024-07-31 00:16:04 +08:00
parent 7deeadafa9
commit fd49bb3a96
3 changed files with 76 additions and 35 deletions

View File

@@ -115,6 +115,10 @@ function changeWallpaper(url: string) {
</div>
</div>
</SettingsItem>
<SettingsItem title="Use linear gradient theme color background when in dark mode">
<Radio v-model="settings.useLinearGradientThemeColorBackground" />
</SettingsItem>
</SettingsItemGroup>
<ChangeWallpaper type="global" />