Closed 0kie closed 1 year ago
ACT optimizations doesn't work if in ACT you have the option "Minime ACT to a tray icon" enabled, if ACT is minimized to the systray browsingway thinks ACT is closed and disables the overlays.
Just tested this and am seeing the same issue. The following line won't work since there is no window to grab the title from when ACT is in the tray.
https://github.com/Styr1x/Browsingway/blob/479879ced79626cea97df9da3ca8a453e91701e9/Browsingway/ActHandler.cs#L32
Fixed with v1.5.2.0
ACT optimizations doesn't work if in ACT you have the option "Minime ACT to a tray icon" enabled, if ACT is minimized to the systray browsingway thinks ACT is closed and disables the overlays.