mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 20:35:56 +08:00
Fix for #9365 - Send System Info pop-up
This commit is contained in:
parent
6b16eb5068
commit
d97d174b6a
@ -658,7 +658,7 @@ SendSystemInfoDialog::SendSystemInfoDialog(wxWindow* parent)
|
|||||||
wxString message;
|
wxString message;
|
||||||
bool success = send_info(message);
|
bool success = send_info(message);
|
||||||
if (! message.IsEmpty())
|
if (! message.IsEmpty())
|
||||||
InfoDialog(nullptr, wxEmptyString, message).ShowModal();
|
InfoDialog(this, wxEmptyString, message).ShowModal();
|
||||||
if (success) {
|
if (success) {
|
||||||
save_version();
|
save_version();
|
||||||
EndModal(0);
|
EndModal(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user