bugfix: button position

This commit is contained in:
semenov
2025-07-24 14:59:25 +03:00
parent 1b11765026
commit 883b7a4904
125 changed files with 5102 additions and 5055 deletions

View File

@@ -60,6 +60,7 @@ public:
void setCurrentVersionName(StreamingVersionData *version);
void disableUnsaveButton(bool flag);
void activateLoadingAnimation(bool flag);
void showMainFrame(bool flag);
void showWarning(QString text);
void setInlineDebug(QString value);
@@ -135,6 +136,7 @@ private:
QTimer *timer;
QList<FileData> *updateList;
QPixmap _background;
QRect bottomRightPosition;
int fileCountForUpdate;
int filesLoaded;