feat: add black/new background buttons and standard styling
This commit is contained in:
@@ -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()]
|
||||
|
||||
Reference in New Issue
Block a user