This commit is contained in:
ImBenji
2024-02-28 18:06:22 +00:00
parent de98a2b40b
commit 8b8cb0412f
9 changed files with 520 additions and 147 deletions

View File

@@ -44,7 +44,7 @@ class _ibus_displayState extends State<ibus_display> {
String _padString(String input){
if (input.length < 40){
if (input.length < 30){
print("Input is too short");
return input;
}