mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Using GTK file dialog when it is available.
Should work both with GTK 2 and GTK 3.
This commit is contained in:
@@ -505,9 +505,7 @@ void MainWindow::clearWidgets() {
|
||||
intro = 0;
|
||||
}
|
||||
if (_mediaView) {
|
||||
if (!_mediaView->isHidden()) {
|
||||
_mediaView->hide();
|
||||
}
|
||||
hideMediaview();
|
||||
_mediaView->rpcClear();
|
||||
}
|
||||
title->updateBackButton();
|
||||
|
Reference in New Issue
Block a user