Skip to content

Commit

Permalink
Do not use FileChooser portal if xdg-desktop-portal is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
grulja committed Nov 23, 2020
1 parent d5a01ea commit ee864df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/gnomehintssettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ GnomeHintsSettings::GnomeHintsSettings()
if (fileChooserPortalVersion < 3) {
m_canUseFileChooserPortal = false;
}
} else {
m_canUseFileChooserPortal = false;
}
});
}
Expand Down

0 comments on commit ee864df

Please sign in to comment.