We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e0804 commit cec55daCopy full SHA for cec55da
cosmic-applet-a11y/src/main.rs
@@ -7,7 +7,7 @@ fn main() -> cosmic::iced::Result {
7
tracing_subscriber::fmt::init();
8
let _ = tracing_log::LogTracer::init();
9
10
- tracing::info!("Starting battery applet with version {VERSION}");
+ tracing::info!("Starting accessibility applet with version {VERSION}");
11
12
cosmic_applet_a11y::run()
13
}
0 commit comments