mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update submodules
This commit is contained in:
parent
abdfa4f785
commit
d881019c3b
4 changed files with 4 additions and 7 deletions
|
@ -91,7 +91,7 @@ bool ShowXDPOpenWithDialog(const QString &filepath) {
|
||||||
});
|
});
|
||||||
|
|
||||||
auto result = interface.call_open_file_sync(
|
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_handle(0),
|
||||||
GLib::Variant::new_array({
|
GLib::Variant::new_array({
|
||||||
GLib::Variant::new_dict_entry(
|
GLib::Variant::new_dict_entry(
|
||||||
|
|
|
@ -36,7 +36,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
#include <ksandbox.h>
|
#include <ksandbox.h>
|
||||||
|
|
||||||
#include <glibmm.h>
|
#include <glibmm.h>
|
||||||
#include <giomm.h>
|
|
||||||
|
|
||||||
#include <xdgdbus/xdgdbus.hpp>
|
#include <xdgdbus/xdgdbus.hpp>
|
||||||
#include <xdpbackground/xdpbackground.hpp>
|
#include <xdpbackground/xdpbackground.hpp>
|
||||||
|
@ -55,7 +54,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
using namespace gi::repository;
|
using namespace gi::repository;
|
||||||
namespace Gio = gi::repository::Gio;
|
|
||||||
using namespace Platform;
|
using namespace Platform;
|
||||||
using Platform::internal::WaylandIntegration;
|
using Platform::internal::WaylandIntegration;
|
||||||
|
|
||||||
|
@ -161,7 +159,7 @@ void PortalAutostart(bool enabled, Fn<void(bool)> done) {
|
||||||
commandline.push_back("-autostart");
|
commandline.push_back("-autostart");
|
||||||
|
|
||||||
interface.call_request_background(
|
interface.call_request_background(
|
||||||
std::string(base::Platform::XDP::ParentWindowID()),
|
base::Platform::XDP::ParentWindowID(),
|
||||||
GLib::Variant::new_array({
|
GLib::Variant::new_array({
|
||||||
GLib::Variant::new_dict_entry(
|
GLib::Variant::new_dict_entry(
|
||||||
GLib::Variant::new_string("handle_token"),
|
GLib::Variant::new_string("handle_token"),
|
||||||
|
@ -695,7 +693,6 @@ void start() {
|
||||||
GLib::set_application_name(AppName.data());
|
GLib::set_application_name(AppName.data());
|
||||||
|
|
||||||
Glib::init();
|
Glib::init();
|
||||||
::Gio::init();
|
|
||||||
|
|
||||||
Webview::WebKitGTK::SetSocketPath(u"%1/%2-%3-webview-%4"_q.arg(
|
Webview::WebKitGTK::SetSocketPath(u"%1/%2-%3-webview-%4"_q.arg(
|
||||||
QDir::tempPath(),
|
QDir::tempPath(),
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5b9556fddb9a67e514d0bed2c123e18cbe1663b7
|
Subproject commit 2a55677634fef9f0c762c6305185fe773e3eae7b
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
||||||
Subproject commit 5a61112d6d025b56573ad48bcc1331ac65c4a927
|
Subproject commit 5b703df9b8fc5417969fa40ddf12952368ae227b
|
Loading…
Add table
Reference in a new issue