fix: adjust code for refactor of input fields in lib_ui

fix: organize imports
fix: refactor database initialization
fix: update submodule

adjusted following https://github.com/telegramdesktop/tdesktop/commit/98bb520f476c3ca1df950969d6e5079036ec0de5
This commit is contained in:
ZavaruKitsu
2023-09-23 14:00:47 +03:00
parent 0502acc8a4
commit b6cf5ebb19
30 changed files with 61 additions and 22 deletions
+1 -1
View File
@@ -9,7 +9,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "core/application.h"
#include "core/core_settings.h"
#include "lang_auto.h"
#include "platform/platform_specific.h"
#include <QtWidgets/QApplication>
@@ -18,6 +17,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ayu/ayu_settings.h"
#include "ayu/ui/settings/settings_ayu.h"
#include "ayu/features/streamer_mode/streamer_mode.h"
#include "lang_auto.h"
namespace Core {