added playback stop css

Signed-off-by: Core <core@coredev.uk>
This commit is contained in:
Core 2022-09-14 18:35:30 +01:00
parent f009c4b13c
commit bd6552a048
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 7 additions and 0 deletions

View file

@ -86,6 +86,7 @@ export class AppEvents {
case "disabled": case "disabled":
console.info("Hardware acceleration is disabled."); console.info("Hardware acceleration is disabled.");
app.commandLine.appendSwitch("disable-gpu"); app.commandLine.appendSwitch("disable-gpu");
app.disableHardwareAcceleration()
break; break;
} }

View file

@ -1868,6 +1868,12 @@ input[type="checkbox"][switch]:checked:active::before {
background-position: center; background-position: center;
} }
.playback-button.stop {
background-image: url("./assets/cider-icons/stop.svg");
background-size: 38px;
background-position: center;
}
.playback-button.play { .playback-button.play {
background-image: url("./assets/cider-icons/play.svg"); background-image: url("./assets/cider-icons/play.svg");
background-size: 38px; background-size: 38px;