fix switch to play button when script paused

This commit is contained in:
LenAnderson
2024-05-19 06:27:27 -04:00
parent ce4106eb3d
commit 64ee2d77b8

View File

@@ -698,7 +698,7 @@ body .panelControlBar {
display: flex; display: flex;
} }
} }
&.paused { &.script_paused {
#rightSendForm > div:not(.mes_send).stscript_btn { #rightSendForm > div:not(.mes_send).stscript_btn {
&.stscript_pause { &.stscript_pause {
display: none; display: none;