Skip to content

Commit

Permalink
vkconfig2: Fix launch button saying Tarminate instead of launch
Browse files Browse the repository at this point in the history
Change-Id: Ie3cef373ef37e88cd84ccb45cac953a16b5a2359
  • Loading branch information
christophe-lunarg committed Oct 1, 2024
1 parent 79bc5bd commit 3b404e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vkconfig/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ void MainWindow::UpdateUI() {
// Launcher states
const bool has_application_list = !environment.GetApplications().empty();
ui->push_button_launcher->setEnabled(has_application_list);
ui->push_button_launcher->setText(_launch_application ? "Terminate" : "Launch");
ui->check_box_clear_on_launch->setChecked(environment.Get(LAYOUT_LAUNCHER_NOT_CLEAR) != "true");
ui->launcher_loader_debug->blockSignals(true); // avoid calling again UpdateUI
ui->launcher_loader_debug->setCurrentIndex(GetLoaderMessageType(environment.GetLoaderMessageTypes()));
Expand Down

0 comments on commit 3b404e5

Please sign in to comment.