You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saving a document from a chat, opens a GTK dialog to select destination path.
Searching in the code, I saw that in file "src/ui/WebView.cpp" you use the gtkmm/filechooserdialog.h. Maybe you can replace it with the more flexible gtkmm/filechoosernative.h as described here, to obtain a more flexible result.
The text was updated successfully, but these errors were encountered:
Saving a document from a chat, opens a GTK dialog to select destination path.
Searching in the code, I saw that in file "
src/ui/WebView.cpp
" you use thegtkmm/filechooserdialog.h
. Maybe you can replace it with the more flexiblegtkmm/filechoosernative.h
as described here, to obtain a more flexible result.The text was updated successfully, but these errors were encountered: