* feat: add prismlauncher instances plugin * declare prismlauncher dependency * Remove leading slash from launcher prefix * Change tags for plugin.toml Updated tags in plugin.toml to better reflect functionality. * fix: use noctalia.listDir * mention prismlauncher dependency in the readme --------- Co-authored-by: Lemmy <studio@quadbyte.net>
13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"settings": {
|
|
"prismlauncher_path": {
|
|
"label": "PrismLauncher path",
|
|
"description": "Path to PrismLauncher"
|
|
}
|
|
},
|
|
"no_instances": {
|
|
"title": "No instances found",
|
|
"subtitle": "Filter: "
|
|
}
|
|
}
|