fix: bring back theme features for Linux

This commit is contained in:
MasterAcnolo
2026-07-22 18:44:30 +02:00
parent 15f59a6093
commit d5965c2ce0

View File

@@ -25,6 +25,3 @@ async function initPlatformRestrictions() {
} }
} }
document.addEventListener('DOMContentLoaded', function(){
initPlatformRestrictions();
})