mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 20:31:56 +00:00
Add file picker plugin install, plugin installs to developer page (#405)
This commit is contained in:
@@ -134,7 +134,15 @@ const FilePicker: FunctionComponent<FilePickerProps> = ({
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
{file.name}
|
||||
<span
|
||||
style={{
|
||||
textOverflow: 'ellipsis',
|
||||
overflow: 'hidden',
|
||||
textAlign: 'left',
|
||||
}}
|
||||
>
|
||||
{file.name}
|
||||
</span>
|
||||
</div>
|
||||
</DialogButton>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user