mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
added open store button
This commit is contained in:
@@ -9,7 +9,7 @@ const PluginView: VFC = () => {
|
||||
|
||||
if (activePlugin) {
|
||||
return (
|
||||
<div>
|
||||
<div style={{height: '100%'}}>
|
||||
<div style={{ position: 'absolute', top: '3px', left: '16px', zIndex: 20 }}>
|
||||
<DialogButton style={{ minWidth: 0, padding: '10px 12px' }} onClick={closeActivePlugin}>
|
||||
<FaArrowLeft style={{ display: 'block' }} />
|
||||
|
||||
Reference in New Issue
Block a user