feat: add black/new background buttons and standard styling
All checks were successful
Build Linux / Build Linux (push) Successful in 1m33s
Build Windows / Build Windows (push) Successful in 2m55s

This commit is contained in:
2026-01-21 14:11:48 +01:00
parent 8475b512b8
commit 80cca7cd79
2 changed files with 37 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ def main():
app = QApplication(sys.argv)
app.setApplicationName("TeletextEditor")
app.setOrganizationName("DanielDybing")
app.setDesktopFileName("TeletextEditor") # Helps Linux DEs group windows
app.setDesktopFileName("no.ddybing.TeletextEditor") # Helps Linux DEs group windows
# Debug Image Formats
supported_formats = [str(fmt, 'utf-8') for fmt in QImageReader.supportedImageFormats()]