Installer: Don't replace Quit button with Begin when quitting DriveSetup after installation
Fixes #15677
Change-Id: I6c6783641ba79b70cad96916ca38f7bf58568241
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9746
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: John Scipione <jscipione@gmail.com>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Diff
src/apps/installer/InstallerWindow.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
@@ -746,7 +746,11 @@
if (fSrcMenu->ItemAt(0) != NULL)
_PublishPackages();
_UpdateControls();
if (fInstallStatus != kFinished)
_UpdateControls();
else
PostMessage(MSG_INSTALL_FINISHED);
}