style: Use robotomono to display device keys
This commit is contained in:
parent
734c5d2a39
commit
339276b94a
4 changed files with 10 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ extension BeautifyStringExtension on String {
|
|||
for (var i = 0; i < length; i++) {
|
||||
beautifiedStr += substring(i, i + 1);
|
||||
if (i % 4 == 3) {
|
||||
beautifiedStr += ' ';
|
||||
beautifiedStr += ' ';
|
||||
}
|
||||
if (i % 16 == 15) {
|
||||
beautifiedStr += '\n';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue