Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
242 changes: 121 additions & 121 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmic-utils-enroll"
version = "0.4.1"
version = "0.5.0"
edition = "2024"
license = "MPL-2.0"
description = "GUI for fprintd fingerprint enrolling"
Expand Down
7 changes: 0 additions & 7 deletions i18n/en/cosmic_app_template.ftl

This file was deleted.

4 changes: 2 additions & 2 deletions i18n/en/cosmic_utils_enroll.ftl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app-title = Enroll Fingerprint
about = About
view = View
fprint = Enroll Fingerprint
fprint = Enroll
welcome = Register and/or delete fingerprints
git-description = Git commit {$hash} on {$date}
register = Register
Expand Down Expand Up @@ -29,7 +29,7 @@ page-delete-all-users-prints = Delete All User's Prints

status-connecting = Connecting to system bus...
status-searching-device = Searching for fingerprint reader...
status-device-found = Device found. Ready.
status-device-found = Choose which fingerprint to register.
status-no-device-found = No fingerprint reader found.
status-starting-enrollment = Starting enrollment...

Expand Down
7 changes: 0 additions & 7 deletions i18n/fi/cosmic_app_template.ftl

This file was deleted.

7 changes: 0 additions & 7 deletions i18n/sv/cosmic_app_template.ftl

This file was deleted.

3 changes: 3 additions & 0 deletions src/accounts_dbus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ pub trait User {

#[zbus(property)]
fn real_name(&self) -> zbus::Result<String>;

#[zbus(property)]
fn icon_file(&self) -> zbus::Result<String>;
}
Loading