1
0
mirror of https://github.com/aNNiMON/ffmpegbot synced 2024-09-19 22:54:20 +03:00

Prepend output parameter with emoji for better readability

This commit is contained in:
aNNiMON 2024-06-30 22:36:34 +03:00
parent 2314fe066e
commit 63cae339f7

View File

@ -10,7 +10,7 @@ public class OutputFormat extends StringParameter {
public static final String VIDEO_NOTE = "VIDEO NOTE";
public OutputFormat(List<String> values, String initialValue) {
super("output", "Output", values, initialValue);
super("output", "\uFE0F Output", values, initialValue);
}
@Override