mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:22:00 +00:00
LINTERRRRRRRRRRRRRRRRRRRR
This commit is contained in:
@@ -58,7 +58,7 @@ const PluginInstallModal: FC<PluginInstallModalProps> = ({
|
|||||||
await onCancel();
|
await onCancel();
|
||||||
}}
|
}}
|
||||||
strTitle={
|
strTitle={
|
||||||
<div style={{display: "flex", flexDirection: "row", alignItems: "center", width: "100%"}}>
|
<div style={{ display: 'flex', flexDirection: 'row', alignItems: 'center', width: '100%' }}>
|
||||||
<TranslationHelper
|
<TranslationHelper
|
||||||
transClass={TranslationClass.PLUGIN_INSTALL_MODAL}
|
transClass={TranslationClass.PLUGIN_INSTALL_MODAL}
|
||||||
transText="title"
|
transText="title"
|
||||||
@@ -66,10 +66,9 @@ const PluginInstallModal: FC<PluginInstallModalProps> = ({
|
|||||||
installType={installType}
|
installType={installType}
|
||||||
/>
|
/>
|
||||||
{loading && (
|
{loading && (
|
||||||
<div style={{marginLeft: "auto"}}>
|
<div style={{ marginLeft: 'auto' }}>
|
||||||
<ProgressBarWithInfo
|
<ProgressBarWithInfo
|
||||||
layout="inline"
|
layout="inline"
|
||||||
|
|
||||||
bottomSeparator="none"
|
bottomSeparator="none"
|
||||||
nProgress={percentage}
|
nProgress={percentage}
|
||||||
sOperationText={downloadInfo}
|
sOperationText={downloadInfo}
|
||||||
|
|||||||
@@ -27,10 +27,12 @@ const PluginUninstallModal: FC<PluginUninstallModalProps> = ({ name, title, butt
|
|||||||
}}
|
}}
|
||||||
bOKDisabled={uninstalling}
|
bOKDisabled={uninstalling}
|
||||||
bCancelDisabled={uninstalling}
|
bCancelDisabled={uninstalling}
|
||||||
strTitle={<div style={{display: "flex", flexDirection: "row", alignItems: "center", width: "100%"}}>
|
strTitle={
|
||||||
{title}
|
<div style={{ display: 'flex', flexDirection: 'row', alignItems: 'center', width: '100%' }}>
|
||||||
{uninstalling && <Spinner width="24px" height="24px" style={{marginLeft: "auto"}}/>}
|
{title}
|
||||||
</div>}
|
{uninstalling && <Spinner width="24px" height="24px" style={{ marginLeft: 'auto' }} />}
|
||||||
|
</div>
|
||||||
|
}
|
||||||
strOKButtonText={buttonText}
|
strOKButtonText={buttonText}
|
||||||
>
|
>
|
||||||
{description}
|
{description}
|
||||||
|
|||||||
Reference in New Issue
Block a user