Token management, Factory reset, UX/UI Improvements

This commit is contained in:
2026-02-22 19:35:20 +07:00
parent 639a8417e6
commit 36953e35df
30 changed files with 1601 additions and 197 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "liteauthconfig")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "xyz.dailitation.linesofcodes.liteauthconfig.liteauthconfig")
set(APPLICATION_ID "xyz.dailitation.linesofcodes.liteauthconfig")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.