Skip to content

Commit 8f5f894

Browse files
Properly enable file dialogue
1 parent 9a91e26 commit 8f5f894

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for Ferium
22

3+
## `4.1.10`
4+
### 25.07.2022
5+
6+
Properly enable file dialogue
7+
38
## `4.1.9`
49
### 25.07.2022
510

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferium"
3-
version = "4.1.9"
3+
version = "4.1.10"
44
edition = "2021"
55
# Because of `std::process::ExitCode`
66
rust-version = "1.61"
@@ -18,7 +18,7 @@ license = "MPL-2.0"
1818
keywords = ["minecraft", "mod-manager", "modrinth", "curseforge", "github"]
1919

2020
[features]
21-
# default = ["gtk"]
21+
default = ["gtk"]
2222
gtk = ["libium/gtk"]
2323
xdg = ["libium/xdg"]
2424

0 commit comments

Comments
 (0)