startup za linux, dodan backup baze (just in case)

This commit is contained in:
2026-03-08 22:08:15 +01:00
parent b779f49556
commit 3bbabc5f81
3 changed files with 84 additions and 10 deletions

View File

@@ -193,7 +193,7 @@ class SongProjector:
# ------------------------------------------------------
def split_long_line(self, line):
"""
Vrne seznam podvrstic, ki skupaj tvorijo `line`,
Vrne seznam pod-vrstic, ki skupaj tvorijo `line`,
pri čemer so (približno) enako dolge glede na število znakov.
"""
avg_char_width = int(self.settings["font_size"]) * 0.57