2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Add a method to check if gtk integration is forced

This commit is contained in:
Ilya Fedin
2020-06-01 12:25:37 +04:00
committed by John Preston
parent 368eeaf754
commit 47d7bd95ae
2 changed files with 15 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ bool InSandbox();
bool InSnap();
bool InAppImage();
bool IsStaticBinary();
bool IsGtkIntegrationForced();
bool IsGtkFileDialogForced();
bool IsQtPluginsBundled();