ecode: Added "Check for updates at startup." option.

This commit is contained in:
Martín Lucas Golini
2023-01-19 01:50:12 -03:00
parent e9f9be6486
commit 27d1b97acb
7 changed files with 64 additions and 14 deletions

View File

@@ -43,7 +43,9 @@ class EE_API UIMessageBox : public UIWindow {
UITextInput* getTextInput() const;
protected:
UILayout* getLayoutCont() const;
protected:
Type mMsgBoxType;
UITextView* mTextBox;
UIPushButton* mButtonOK;