mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix crash in gtk file dialog on Wayland
This commit is contained in:
@@ -241,6 +241,7 @@ void start() {
|
||||
|
||||
bool gtkLoaded = false;
|
||||
QLibrary lib_gtk;
|
||||
lib_gtk.setLoadHints(QLibrary::DeepBindHint);
|
||||
|
||||
if (loadLibrary(lib_gtk, "gtk-3", 0)) {
|
||||
gtkLoaded = setupGtkBase(lib_gtk);
|
||||
|
Reference in New Issue
Block a user