Skip to content

Commit

Permalink
fix(window/dialog): fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Nov 15, 2023
1 parent ebdd730 commit 7a61de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window/dialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ namespace SSC {
}
}

if (isSave) {
if (isSavePicker) {
result = dialog.save->Show(NULL);
} else {
result = dialog.open->Show(NULL);
Expand Down

0 comments on commit 7a61de3

Please sign in to comment.