mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
chore(fmt)
This commit is contained in:
@@ -61,8 +61,9 @@ Item {
|
|||||||
snapshot.scheduleUpdate();
|
snapshot.scheduleUpdate();
|
||||||
|
|
||||||
Qt.callLater(() => {
|
Qt.callLater(() => {
|
||||||
if (!_running)
|
if (!_running) {
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const applyFn = _pendingApplyChange;
|
const applyFn = _pendingApplyChange;
|
||||||
_pendingApplyChange = null;
|
_pendingApplyChange = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user