mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06:00
Restored info icon replaced by mistake
This commit is contained in:
parent
b14faf627b
commit
fc1054c61d
4 changed files with 89 additions and 18 deletions
|
@ -202,7 +202,7 @@ MessageDialog::MessageDialog(wxWindow* parent,
|
|||
if (style & wxCANCEL) add_btn(wxID_CANCEL);
|
||||
|
||||
logo->SetBitmap(create_scaled_bitmap(style & wxICON_WARNING ? "exclamation" :
|
||||
style & wxICON_INFORMATION ? "info.png" :
|
||||
style & wxICON_INFORMATION ? "info" :
|
||||
style & wxICON_QUESTION ? "question" : "PrusaSlicer_192px_grayscale.png", this, 84));
|
||||
|
||||
wxGetApp().UpdateDlgDarkUI(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue