Emit applied (oops)

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-04-16 11:54:31 +01:00 committed by GitHub
parent 6d3d4d0083
commit 9b815e8bee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,5 +77,7 @@ bool PageDialog::handleClose() const
qDebug() << "Paged dialog close approved";
APPLICATION->settings()->set("PagedGeometry", saveGeometry().toBase64());
qDebug() << "Paged dialog geometry saved";
emit applied();
return true;
}