top_bar_title: ${sub-delay} how to hide when delay is zero #1092
-
|
I tried using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
All 3 technically work. The issue you will encounter is that very often mpv's property expansion will result in |
Beta Was this translation helpful? Give feedback.
${!=sub-delay==0.000000:${sub-delay}}${!>sub-delay==0.0000:${sub-delay}}${!sub-delay==0 ms:${sub-delay}}All 3 technically work. The issue you will encounter is that very often mpv's property expansion will result in
-0value if you're toggling it back to 0 withadd <property> -0.1andadd <property> +0.1