Panels: proper focus management with the new architecture.

This commit is contained in:
ItsLemmy
2025-11-12 18:45:15 -05:00
parent 81e9bd55fa
commit 39784134af
5 changed files with 11 additions and 21 deletions
+1 -1
View File
@@ -674,7 +674,7 @@ Singleton {
// Read raw JSON file to access properties not in adapter schema
try {
var rawJson = settingsFileView.text()
if (rawJson) {
var parsed = JSON.parse(rawJson)
if (parsed.appLauncher && parsed.appLauncher.backgroundOpacity !== undefined) {