removing subtitle

This commit is contained in:
2025-08-26 22:00:21 -03:00
parent c60cb24dd4
commit 377be6e8f6
5 changed files with 2 additions and 37 deletions

View File

@@ -26,14 +26,12 @@ export interface Wallpaper {
export interface Config {
title: string;
subtitle: string;
currentWallpapers: string[];
wallpaperFrequency: string;
wallpaperBlur: number;
wallpaperBrightness: number;
wallpaperOpacity: number;
titleSize: string;
subtitleSize: string;
alignment: string;
horizontalAlignment: string;
clock: {