Checks for localhost

Linting
This commit is contained in:
Thoronium
2023-09-16 15:10:55 -06:00
parent 4c5b79513a
commit 96bf4ef3fe
2 changed files with 20 additions and 1 deletions

View File

@@ -214,7 +214,7 @@ pub fn run_jar(path: String, execute_in: String, java_path: String) {
#[cfg(not(target_os = "linux"))]
#[tauri::command]
pub fn run_jar_root(path: String, execute_in: String, java_path: String) {
pub fn run_jar_root(_path: String, _execute_in: String, _java_path: String) {
panic!("Not implemented");
}