Skip to content

Commit

Permalink
Fix DMetrics setting controls in Wibbly
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Mar 15, 2024
1 parent 9da5579 commit e47e869
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wibbly/WibblyWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ void WibblyWindow::createMainWindow() {
}
}

vfm_dmetrics_enabled->setChecked(job.getDMetrics().enabled);
vfm_dmetrics_nt->setValue(job.getDMetrics().nt);

try {
evaluateDisplayScript();
} catch (WobblyException &e) {
Expand Down

0 comments on commit e47e869

Please sign in to comment.