apply clippy suggestions

This commit is contained in:
2025-11-21 11:19:24 +00:00
parent 74132ec322
commit 9b5340a6c5
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ impl App {
ui.label("Save server IP");
if ui.button("").clicked() {
self.settings.save_server_ip = String::from(ROCKSTAR_SAVE_SERVER);
};
}
},
);
});