1
0

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:
Geometrically
2023-06-11 15:26:25 -07:00
committed by GitHub
parent e836738887
commit 3535f0c4b4
24 changed files with 796 additions and 576 deletions

View File

@@ -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