Autofmt + all missing transactions

This commit is contained in:
ItsLemmy
2025-11-26 15:57:34 -05:00
parent 8419549183
commit a188aa2e17
12 changed files with 320 additions and 215 deletions
+4 -4
View File
@@ -222,8 +222,8 @@ Variants {
// If volume OSD is currently showing, refresh it to show new device's volume
if (root.currentOSDType === OSD.Type.Volume) {
Qt.callLater(() => {
showOSD(OSD.Type.Volume);
});
showOSD(OSD.Type.Volume);
});
}
}
@@ -231,8 +231,8 @@ Variants {
// If input volume OSD is currently showing, refresh it to show new device's volume
if (root.currentOSDType === OSD.Type.InputVolume) {
Qt.callLater(() => {
showOSD(OSD.Type.InputVolume);
});
showOSD(OSD.Type.InputVolume);
});
}
}
}