You've already forked AstralRinth
forked from didirus/AstralRinth
Search fixes (#134)
* Search fixes * Fix small instance ui * fix javaw issue * menu fix * Add confirm modal for deletion * fix build
This commit is contained in:
@@ -37,8 +37,8 @@ export async function get_uuids_by_profile_path(profilePath) {
|
||||
|
||||
/// Gets all running process IDs with a given profile path
|
||||
/// Returns [u32]
|
||||
export async function get_all_running_profile_paths(profile_path) {
|
||||
return await invoke('process_get_all_running_profile_paths', { profile_path })
|
||||
export async function get_all_running_profile_paths(profilePath) {
|
||||
return await invoke('process_get_all_running_profile_paths', { profilePath })
|
||||
}
|
||||
|
||||
/// Gets all running process IDs with a given profile path
|
||||
|
||||
Reference in New Issue
Block a user