[QuickAccent] Rename PowerAccent to Quick Accent (#20176)

* Rename PowerAccent to Keyboard Accent

* Fix bug report and translation issue templates

* Rename to Quick Accent

* missing mention
This commit is contained in:
Jaime Bernardo
2022-08-31 19:05:54 +01:00
committed by GitHub
parent 7e291fb303
commit 9b3e8503a8
24 changed files with 97 additions and 97 deletions

View File

@@ -16,7 +16,7 @@ namespace PowerAccent.UI
protected override void OnStartup(StartupEventArgs e)
{
const string appName = "PowerAccent";
const string appName = "QuickAccent";
bool createdNew;
_mutex = new Mutex(true, appName, out createdNew);