[mirotlaksfu] - add green theme + autosave

هذا الالتزام موجود في:
Miroslav Pejic
2023-06-03 18:57:32 +02:00
الأصل bae79af053
التزام 458952aa55
5 ملفات معدلة مع 43 إضافات و6 حذوفات

عرض الملف

@@ -3102,7 +3102,7 @@ class RoomClient {
if (this.isChatBgTransparent) {
document.documentElement.style.setProperty('--msger-bg', 'rgba(0, 0, 0, 0.100)');
} else {
setTheme(currentTheme);
setTheme(lsSettings.theme);
}
}