Skip to content

Commit 4dd0dd5

Browse files
committed
fix: disable xdg-portal feature flag
1 parent 1052b23 commit 4dd0dd5

2 files changed

Lines changed: 7 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ tauri = { version = "2", features = ["tray-icon"] }
2222
tauri-plugin-single-instance = "2.2.0"
2323
tauri-plugin-updater = "2"
2424

25-
# File dialogs for file picker prompts
26-
rfd = { version = "0.15.3", default-features = false, features = [
27-
"tokio",
28-
"xdg-portal",
29-
] }
30-
3125
# Twitch API for working with twitch
3226
twitch_api = { version = "0.7.0", features = [
3327
"helix",
@@ -89,6 +83,11 @@ parking_lot = "0.12.3"
8983
tauri-plugin-dialog = "2"
9084
tauri-plugin-opener = "2"
9185

86+
# File dialogs for file picker prompts
87+
rfd = { version = "0.15.3", default-features = false, features = [
88+
"tokio",
89+
] }
90+
9291
[dependencies.sqlx]
9392
version = "0.8.2"
9493
features = [
@@ -122,6 +121,8 @@ features = [
122121
"runtime-tokio-rustls",
123122
]
124123

124+
125+
125126
[profile.dev]
126127
incremental = true # Compile your binary in smaller steps.
127128

0 commit comments

Comments
 (0)