Skip to content

Commit 16cd463

Browse files
committed
improv(app): use about widget
1 parent d1be3c7 commit 16cd463

5 files changed

Lines changed: 109 additions & 151 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ edition = "2024"
66
license = "GPL-3.0-only"
77
rust-version = "1.85"
88

9-
[build-dependencies]
10-
vergen = { version = "8", features = ["git", "gitcl"] }
11-
129
[dependencies]
1310
anyhow = "1"
1411
chrono = { version = "0.4", features = ["unstable-locales"] }
@@ -102,7 +99,12 @@ default = [
10299
"xz2",
103100
]
104101
dbus-config = ["libcosmic/dbus-config"]
105-
desktop = ["libcosmic/desktop", "dep:cosmic-mime-apps", "dep:xdg"]
102+
desktop = [
103+
"libcosmic/desktop",
104+
"libcosmic/about",
105+
"dep:cosmic-mime-apps",
106+
"dep:xdg",
107+
]
106108
desktop-applet = []
107109
gvfs = ["dep:gio", "dep:glib"]
108110
io-uring = ["compio/io-uring", "dep:io-uring"]

build.rs

Lines changed: 0 additions & 17 deletions
This file was deleted.

i18n/en/cosmic_files.ftl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ size = Size
3030
# Progress footer
3131
details = Details
3232
dismiss = Dismiss message
33-
operations-running = {$running} {$running ->
33+
operations-running = {$running} {$running ->
3434
[one] operation
35-
*[other] operations
35+
*[other] operations
3636
} running ({$percent}%)...
37-
operations-running-finished = {$running} {$running ->
37+
operations-running-finished = {$running} {$running ->
3838
[one] operation
3939
*[other] operations
4040
} running ({$percent}%), {$finished} finished...
@@ -142,15 +142,16 @@ favorite-path-error = Error opening directory
142142
favorite-path-error-description =
143143
Unable to open "{$path}".
144144
It may not exist or you don't have permission to open it.
145-
145+
146146
Would you like to remove it from the sidebar?
147147
remove = Remove
148148
keep = Keep
149149
150150
# Context Pages
151151

152152
## About
153-
git-description = Git commit {$hash} on {$date}
153+
repository = Repository
154+
support = Support
154155
155156
## Add Network Drive
156157
add-network-drive = Add network drive

0 commit comments

Comments
 (0)