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
1 changed files with 1 additions and 1 deletions

View File

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