mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add hidename switch
This commit is contained in:
@@ -61,7 +61,10 @@ export const ThemeCover: React.FC<ThemeCoverProps> = ({
|
||||
className="absolute inset-0 z-0 object-cover"
|
||||
/>
|
||||
}
|
||||
<div className="z-10">{theme.name}</div>
|
||||
{
|
||||
theme.hideThemeName ? <></> :
|
||||
<div className="z-10">{theme.name}</div>
|
||||
}
|
||||
</div>
|
||||
</button>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user