mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 00:37:49 +00:00
chore: adding parameters to file picker in logical order
This commit is contained in:
@@ -29,6 +29,7 @@ const installFromZip = async () => {
|
||||
return;
|
||||
}
|
||||
window.DeckyPluginLoader.openFilePickerV2(
|
||||
FileSelectionType.FILE,
|
||||
path,
|
||||
true,
|
||||
true,
|
||||
@@ -36,7 +37,6 @@ const installFromZip = async () => {
|
||||
['zip'],
|
||||
false,
|
||||
false,
|
||||
FileSelectionType.FILE,
|
||||
).then((val) => {
|
||||
const url = `file://${val.path}`;
|
||||
console.log(`Installing plugin locally from ${url}`);
|
||||
|
||||
Reference in New Issue
Block a user