diff options
author | bd <bdunahu@operationnull.com> | 2025-04-18 20:08:21 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-18 20:08:21 -0400 |
commit | 5c2de6eccd2d4b32ce81082b82917e8768394ed1 (patch) | |
tree | 2a3714d437c203e0a21ea8444fe92016cb426dba /gui/gui.cc | |
parent | 5e96476ae29a104df1c4526ba1037dc830207d56 (diff) |
Initial retro-theme change
Diffstat (limited to 'gui/gui.cc')
-rw-r--r-- | gui/gui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ void GUI::on_enabl_cache_checkbox_checkStateChanged(const Qt::CheckState &arg1) void GUI::on_step_btn_clicked() { qDebug() << "Run step button clicked."; - int steps = step_values[ui->step_slider->value()]; + int steps = step_values[ui->step_slider->value()]; emit sendRunSteps(steps); } |