GODT-1675: Pass app name and vendor from topmost Makefile.

This commit is contained in:
Jakub
2022-08-19 10:58:46 +02:00
parent 264c2b2f90
commit 35d2cc9be7
12 changed files with 84 additions and 29 deletions

View File

@ -33,7 +33,7 @@ QtObject {
return Math.max(lower_limit, Math.min(upper_limit, num))
}
property var title: "Proton Mail Bridge"
property var title: Backend.appname
property Notifications _notifications: Notifications {
id: notifications