You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just to report that I use linkbar with a laptop that is connected to an external monitor, and I have two bars, both identical, one for each display.
When I boot the laptop, if it is not connected to the monitor, the linkbar associated to the external monitor appears in the main monitor. I'd say that's not a feature, but a bug.
Any chance to fix it? Otherwise, could the developer give a clue on what should be changed in the code? I do not feel like having to download delphi & dwelve into the code to find wether to change if not InRange(MonitorNum, 0, Screen.MonitorCount-1) then MonitorNum := Screen.PrimaryMonitor.MonitorNum;
at AccessBar.pas, or any other line of code. Thanks.
The text was updated successfully, but these errors were encountered:
Hi, just to report that I use linkbar with a laptop that is connected to an external monitor, and I have two bars, both identical, one for each display.
When I boot the laptop, if it is not connected to the monitor, the linkbar associated to the external monitor appears in the main monitor. I'd say that's not a feature, but a bug.
Any chance to fix it? Otherwise, could the developer give a clue on what should be changed in the code? I do not feel like having to download delphi & dwelve into the code to find wether to change
if not InRange(MonitorNum, 0, Screen.MonitorCount-1) then MonitorNum := Screen.PrimaryMonitor.MonitorNum;
at AccessBar.pas, or any other line of code. Thanks.
The text was updated successfully, but these errors were encountered: