mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Backport new NetJob failure dialog from Octol1ttle's libcurl PR
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com> Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
c16a25faef
commit
e6d7e5cdae
5 changed files with 221 additions and 11 deletions
|
|
@ -1065,6 +1065,8 @@ SET(LAUNCHER_SOURCES
|
|||
ui/dialogs/ImportResourceDialog.h
|
||||
ui/dialogs/MSALoginDialog.cpp
|
||||
ui/dialogs/MSALoginDialog.h
|
||||
ui/dialogs/NetworkJobFailedDialog.cpp
|
||||
ui/dialogs/NetworkJobFailedDialog.h
|
||||
ui/dialogs/NewComponentDialog.cpp
|
||||
ui/dialogs/NewComponentDialog.h
|
||||
ui/dialogs/NewInstanceDialog.cpp
|
||||
|
|
@ -1247,6 +1249,7 @@ qt_wrap_ui(LAUNCHER_UI
|
|||
ui/dialogs/ProfileSetupDialog.ui
|
||||
ui/dialogs/ProgressDialog.ui
|
||||
ui/dialogs/NewInstanceDialog.ui
|
||||
ui/dialogs/NetworkJobFailedDialog.ui
|
||||
ui/dialogs/NewComponentDialog.ui
|
||||
ui/dialogs/NewsDialog.ui
|
||||
ui/dialogs/ProfileSelectDialog.ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue