Services: Move App.HintContextChange() to Windows
Some checks failed
Test / Run tests (push) Has been cancelled

This commit is contained in:
2025-07-09 16:07:47 +02:00
parent 53d82604a1
commit 7e9a27c75d
13 changed files with 53 additions and 72 deletions

View File

@ -183,8 +183,6 @@ namespace Elwig.Services {
await ctx.SaveChangesAsync();
});
App.HintContextChange();
}
}
}