mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Get rid of GtkIntegration::initializeSettings use
This commit is contained in:
@@ -788,7 +788,6 @@ void start() {
|
||||
|
||||
if (const auto integration = BaseGtkIntegration::Instance()) {
|
||||
integration->load(GtkIntegration::AllowedBackends());
|
||||
integration->initializeSettings();
|
||||
}
|
||||
|
||||
if (const auto integration = GtkIntegration::Instance()) {
|
||||
|
@@ -29,11 +29,7 @@ ENV LibrariesPath /usr/src/Libraries
|
||||
WORKDIR $LibrariesPath
|
||||
|
||||
FROM builder AS patches
|
||||
RUN git clone $GIT/desktop-app/patches.git
|
||||
|
||||
WORKDIR patches
|
||||
RUN git checkout 87a2e9ee07
|
||||
WORKDIR ..
|
||||
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 3ffe48e
|
||||
|
||||
FROM builder AS extra-cmake-modules
|
||||
|
||||
|
Submodule Telegram/lib_base updated: fc2f6061c6...861642e92a
Reference in New Issue
Block a user