Added } to fix add minimize

This commit is contained in:
Fmstrat
2021-04-29 09:41:11 -04:00
parent 1a75dd8e85
commit 5630de4d48

View File

@@ -92,6 +92,7 @@ function requestMinimize(app) {
} else {
_log("Not minimizing due to config");
}
}
// Move window to specified location and size.
// On paper, the move_resize_frame should not need the preceding move_frame,