mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 20:21:57 +00:00
Tone down hash missing warning.
This commit is contained in:
@@ -58,7 +58,7 @@ class PluginLoader extends Logger {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className={staticClasses.Title} style={{ flexDirection: 'column' }}>
|
<div className={staticClasses.Title} style={{ flexDirection: 'column' }}>
|
||||||
{hash == 'False' ? <h1 style={{ color: 'red' }}>!!!!NO HASH PROVIDED!!!!</h1> : null}
|
{hash == 'False' ? <h3 style={{ color: 'red' }}>!!!!NO HASH PROVIDED!!!!</h3> : null}
|
||||||
Install {artifact}
|
Install {artifact}
|
||||||
{version ? ' version ' + version : null}?
|
{version ? ' version ' + version : null}?
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user