mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 02:32:01 +00:00
LINTERRRRRRRRRRRRRRRRRRRR
This commit is contained in:
@@ -27,10 +27,12 @@ const PluginUninstallModal: FC<PluginUninstallModalProps> = ({ name, title, butt
|
||||
}}
|
||||
bOKDisabled={uninstalling}
|
||||
bCancelDisabled={uninstalling}
|
||||
strTitle={<div style={{display: "flex", flexDirection: "row", alignItems: "center", width: "100%"}}>
|
||||
{title}
|
||||
{uninstalling && <Spinner width="24px" height="24px" style={{marginLeft: "auto"}}/>}
|
||||
</div>}
|
||||
strTitle={
|
||||
<div style={{ display: 'flex', flexDirection: 'row', alignItems: 'center', width: '100%' }}>
|
||||
{title}
|
||||
{uninstalling && <Spinner width="24px" height="24px" style={{ marginLeft: 'auto' }} />}
|
||||
</div>
|
||||
}
|
||||
strOKButtonText={buttonText}
|
||||
>
|
||||
{description}
|
||||
|
||||
Reference in New Issue
Block a user