mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Update submodules
This commit is contained in:
@@ -91,7 +91,7 @@ bool ShowXDPOpenWithDialog(const QString &filepath) {
|
||||
});
|
||||
|
||||
auto result = interface.call_open_file_sync(
|
||||
std::string(base::Platform::XDP::ParentWindowID()),
|
||||
base::Platform::XDP::ParentWindowID(),
|
||||
GLib::Variant::new_handle(0),
|
||||
GLib::Variant::new_array({
|
||||
GLib::Variant::new_dict_entry(
|
||||
|
@@ -36,7 +36,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include <ksandbox.h>
|
||||
|
||||
#include <glibmm.h>
|
||||
#include <giomm.h>
|
||||
|
||||
#include <xdgdbus/xdgdbus.hpp>
|
||||
#include <xdpbackground/xdpbackground.hpp>
|
||||
@@ -55,7 +54,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
namespace {
|
||||
|
||||
using namespace gi::repository;
|
||||
namespace Gio = gi::repository::Gio;
|
||||
using namespace Platform;
|
||||
using Platform::internal::WaylandIntegration;
|
||||
|
||||
@@ -161,7 +159,7 @@ void PortalAutostart(bool enabled, Fn<void(bool)> done) {
|
||||
commandline.push_back("-autostart");
|
||||
|
||||
interface.call_request_background(
|
||||
std::string(base::Platform::XDP::ParentWindowID()),
|
||||
base::Platform::XDP::ParentWindowID(),
|
||||
GLib::Variant::new_array({
|
||||
GLib::Variant::new_dict_entry(
|
||||
GLib::Variant::new_string("handle_token"),
|
||||
@@ -695,7 +693,6 @@ void start() {
|
||||
GLib::set_application_name(AppName.data());
|
||||
|
||||
Glib::init();
|
||||
::Gio::init();
|
||||
|
||||
Webview::WebKitGTK::SetSocketPath(u"%1/%2-%3-webview-%4"_q.arg(
|
||||
QDir::tempPath(),
|
||||
|
Submodule Telegram/lib_base updated: 5b9556fddb...2a55677634
2
cmake
2
cmake
Submodule cmake updated: 5a61112d6d...5b703df9b8
Reference in New Issue
Block a user