slight desktop issue

This commit is contained in:
Mythril382 2024-04-12 21:48:49 +08:00 committed by GitHub
parent 23aa93fe12
commit 753e992d6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2122,7 +2122,7 @@ public class LStatements{
fieldst(table, "volume", volume, str -> volume = str); fieldst(table, "volume", volume, str -> volume = str);
fieldst(table, "pitch", pitch, str -> pitch = str); fieldst(table, "pitch", pitch, str -> pitch = str);
row(table); table.row();
if(positional){ if(positional){
table.add("at "); table.add("at ");