[Quick Accent] fix showing toolbar in the corner position (#22736)

* [Quick Accent] fix showing toolbar in the corner position

* [Quick Accent] set horizontal allignment according to toolbar position

* [Quick Accent] fix spelling mistake
This commit is contained in:
Taras
2022-12-14 12:17:38 +02:00
committed by GitHub
parent b5f6722ae7
commit 9cf404250b
3 changed files with 19 additions and 0 deletions

View File

@@ -285,6 +285,11 @@ public class PowerAccent : IDisposable
return Calculation.GetRawCoordinatesFromPosition(position, screen, window);
}
public Position GetToolbarPosition()
{
return _settingService.Position;
}
public void Dispose()
{
_keyboardListener.UnInitHook();