diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-07-05 09:29:39 -0400 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-07-10 00:38:28 -0400 |
| commit | 6d8d7ebc66d9deb5adb4edb246590481b1236bbc (patch) | |
| tree | 0cd2ca0551ebff87285715c297fefbbc8e169679 /src/yuzu/install_dialog.h | |
| parent | 7f4d96d87332824643d7a8d3ff0fab7ea771b798 (diff) | |
Update the install and progress dialogs
- Remove the overwrite files checkbox, it will always overwrite
- The progressbar now reflects the progress in terms of data transferred.
Diffstat (limited to 'src/yuzu/install_dialog.h')
| -rw-r--r-- | src/yuzu/install_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/install_dialog.h b/src/yuzu/install_dialog.h index 55a458ba8..e4aba1b06 100644 --- a/src/yuzu/install_dialog.h +++ b/src/yuzu/install_dialog.h @@ -31,6 +31,6 @@ private: QHBoxLayout* hbox_layout; QLabel* description; - QCheckBox* overwrite_files; + QLabel* update_description; QDialogButtonBox* buttons; }; |
