feat: i18n (en/tr), zoom orijinal cozunurluk + max 20x + gaplessPlayback, app id com.softmediadesign.imajviewer, CI analyze+test
Some checks failed
Build & Release / build-linux (push) Has been cancelled
Build & Release / build-windows (push) Has been cancelled
Build & Release / create-release (push) Has been cancelled

This commit is contained in:
Alhan
2026-08-07 00:16:48 +03:00
parent b9e433d032
commit 504d84f6f6
19 changed files with 408 additions and 48 deletions

View File

@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "imajviewer")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.example.imajviewer")
set(APPLICATION_ID "com.softmediadesign.imajviewer")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.