mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Design improvement
This commit is contained in:
@@ -41,6 +41,7 @@ function RenderFinishPage() {
|
||||
return <li key={index}>
|
||||
<p style={{
|
||||
textDecoration: logPlaying === outputLogPath ? "underline" : "none",
|
||||
cursor: logPlaying === outputLogPath ? "default" : "pointer",
|
||||
}} onClick={() => {
|
||||
setLogPlaying(outputLogPath);
|
||||
}} title={outputLogPath}>{inputLog.name}</p>
|
||||
|
||||
Reference in New Issue
Block a user