diff options
author | zachir <zachir@librem.one> | 2024-06-05 09:12:01 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-05 09:12:01 -0500 |
commit | 264887ed84beef92f70ff4c05d5079eed03d19c4 (patch) | |
tree | 4876afb6357184a6b194895c2b1fc00355c33175 | |
parent | f5b4c3138b0bf7db458f4979b958640b1f19d777 (diff) |
Set qt to use xdgdesktopportal dialogs
-rw-r--r-- | qt5ct/qt5ct.conf | 2 | ||||
-rw-r--r-- | qt6ct/qt6ct.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qt5ct/qt5ct.conf b/qt5ct/qt5ct.conf index bf4c0e0..516eaab 100644 --- a/qt5ct/qt5ct.conf +++ b/qt5ct/qt5ct.conf @@ -2,7 +2,7 @@ color_scheme_path=/usr/share/qt5ct/colors/darker.conf custom_palette=false icon_theme=Mint-X-Grey -standard_dialogs=gtk2 +standard_dialogs=xdgdesktopportal style=gtk2 [Fonts] diff --git a/qt6ct/qt6ct.conf b/qt6ct/qt6ct.conf index 29cd0a9..810fb94 100644 --- a/qt6ct/qt6ct.conf +++ b/qt6ct/qt6ct.conf @@ -2,7 +2,7 @@ color_scheme_path=/usr/share/qt6ct/colors/airy.conf custom_palette=false icon_theme=Mint-X -standard_dialogs=default +standard_dialogs=xdgdesktopportal style=qt6gtk2 [Fonts] |