gdk: disable file transfer portal on macOS

This commit is contained in:
Christian Hergert 2020-07-17 18:07:28 -07:00
parent add47bebc6
commit 0154a7f528
2 changed files with 2 additions and 2 deletions

View File

@ -875,7 +875,7 @@ init (void)
g_slist_free (formats);
#ifdef G_OS_UNIX
#if defined(G_OS_UNIX) && !defined(__APPLE__)
file_transfer_portal_register ();
#endif

View File

@ -907,7 +907,7 @@ init (void)
g_slist_free (formats);
#ifdef G_OS_UNIX
#if defined(G_OS_UNIX) && !defined(__APPLE__)
file_transfer_portal_register ();
#endif