mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-11 06:21:28 +03:00
fix app_id + app icon
This commit is contained in:
@@ -62,7 +62,7 @@ impl Window {
|
||||
}
|
||||
|
||||
fn setup_icon(&self) {
|
||||
self.set_icon_name(Some("mouse-icon"));
|
||||
self.set_icon_name(Some("de.feschber.LanMouse"));
|
||||
}
|
||||
|
||||
fn create_client_row(&self, client_object: &ClientObject) -> ClientRow {
|
||||
|
||||
Reference in New Issue
Block a user