chore: add theme hash checking and alerts

This commit is contained in:
2026-05-08 18:03:26 +02:00
parent 7f65384b1c
commit 4326199a56
5 changed files with 119 additions and 21 deletions
+4 -1
View File
@@ -110,7 +110,6 @@
try {
const themeVolume = $userSettings.value('volume').get(0.15);
console.log(themeVolume);
custom_theme_volume.set(themeVolume);
currentLoadingInfo.set('Loading themes...');
const downloadableThemes = await getDownloadableThemes();
@@ -144,6 +143,10 @@
sileo.error({
title: 'An error occured!',
description: 'Failed to load theme',
fill: '#181825',
styles: {
description: 'text-center!',
},
});
}