Minor improvement to UX

This commit is contained in:
Pengfei
2021-08-31 22:50:05 +08:00
parent bfb7072013
commit 101b5b7cee
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ private:
std::unique_ptr<Ui::SelectNandDialog> ui;
const std::vector<Core::Config::NandConfig>& nands;
int result = -1;
int result = 0;
};