This commit is contained in:
DanielSvoboda 2024-11-17 20:49:17 -03:00
parent 9d07223d87
commit 9e0cd3bfd7
2 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@
<widget class="QLabel" name="image">
<property name="geometry">
<rect>
<x>20</x>
<x>0</x>
<y>220</y>
<width>740</width>
<height>350</height>
<width>780</width>
<height>380</height>
</rect>
</property>
<property name="frameShape">

View File

@ -6,8 +6,8 @@
#include <QProgressDialog>
#include "about_dialog.h"
#include "keys_shortcuts_dialog.h"
#include "cheats_patches.h"
#include "keys_shortcuts_dialog.h"
#ifdef ENABLE_UPDATER
#include "check_update.h"
#endif