This commit is contained in:
redphx 2024-10-19 18:53:49 +07:00
parent 4271583a5a
commit 7e6b89b357

View File

@ -23,7 +23,7 @@ export class RootDialogObserver {
}, },
}); });
private static $btnWallpaper = AppInterface &&createButton({ private static $btnWallpaper = AppInterface && createButton({
icon: BxIcon.DOWNLOAD, icon: BxIcon.DOWNLOAD,
label: t('wallpaper'), label: t('wallpaper'),
style: ButtonStyle.FOCUSABLE | ButtonStyle.GHOST | ButtonStyle.FULL_WIDTH | ButtonStyle.NORMAL_CASE | ButtonStyle.NORMAL_LINK, style: ButtonStyle.FOCUSABLE | ButtonStyle.GHOST | ButtonStyle.FULL_WIDTH | ButtonStyle.NORMAL_CASE | ButtonStyle.NORMAL_LINK,