Skip to content

Commit

Permalink
added app id to troubleshoot non-visible icon in Wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Jul 3, 2023
1 parent 0a870e3 commit 3268b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -102,7 +102,7 @@ pub fn main() -> iced::Result {
print_cli_welcome_message();

Sniffer::run(Settings {
id: None,
id: Some("sniffnet".to_string()),
window: window::Settings {
size: (1190, 670), // start size
position: Position::Centered,
Expand Down

0 comments on commit 3268b0e

Please sign in to comment.