Changed appid

This commit is contained in:
2025-10-29 11:00:04 +01:00
parent d429b4bd5a
commit 0f324fc8c3

View File

@@ -12,7 +12,7 @@ class Program
{ {
provider = SetupServices(); provider = SetupServices();
var application = Adw.Application.New("org.typomustakes.keychain", Gio.ApplicationFlags.FlagsNone); var application = Adw.Application.New("org.typomustakes.Keychain", Gio.ApplicationFlags.FlagsNone);
application.OnActivate += (sender, args) => application.OnActivate += (sender, args) =>
{ {
var passwordStoreService = provider.GetRequiredService<ICollectionsService>(); var passwordStoreService = provider.GetRequiredService<ICollectionsService>();