mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:11:56 +00:00
Fix unintended question mark in "Installing" modal
This commit is contained in:
@@ -32,7 +32,8 @@ const PluginInstallModal: FC<PluginInstallModalProps> = ({ artifact, version, ha
|
|||||||
{hash == 'False' ? <h3 style={{ color: 'red' }}>!!!!NO HASH PROVIDED!!!!</h3> : null}
|
{hash == 'False' ? <h3 style={{ color: 'red' }}>!!!!NO HASH PROVIDED!!!!</h3> : null}
|
||||||
<div style={{ flexDirection: 'row' }}>
|
<div style={{ flexDirection: 'row' }}>
|
||||||
{loading && <Spinner style={{ width: '20px' }} />} {loading ? 'Installing' : 'Install'} {artifact}
|
{loading && <Spinner style={{ width: '20px' }} />} {loading ? 'Installing' : 'Install'} {artifact}
|
||||||
{version ? ' version ' + version : null}?
|
{version ? ' version ' + version : null}
|
||||||
|
{!loading && '?'}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</ModalRoot>
|
</ModalRoot>
|
||||||
|
|||||||
Reference in New Issue
Block a user