fix(a11y): wrong name in log
This commit is contained in:
parent
d2e080427f
commit
cec55dafd7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ fn main() -> cosmic::iced::Result {
|
||||||
tracing_subscriber::fmt::init();
|
tracing_subscriber::fmt::init();
|
||||||
let _ = tracing_log::LogTracer::init();
|
let _ = tracing_log::LogTracer::init();
|
||||||
|
|
||||||
tracing::info!("Starting battery applet with version {VERSION}");
|
tracing::info!("Starting accessibility applet with version {VERSION}");
|
||||||
|
|
||||||
cosmic_applet_a11y::run()
|
cosmic_applet_a11y::run()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue