1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-11-22 05:40:11 +00:00

Version 3.3.7 Release

This commit is contained in:
Stanley 2022-07-11 20:47:44 -04:00
parent 0b275f0aa0
commit f87e6f3e36
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
* Added support for multi window (new in SU10 beta) so the app does not close the add-on window when pop out starts.
Know Issue:
Known Issue:
* Currently, the time it takes for Auto Pop Out Panel to execute for G1000 based planes which require power on for cold start is much longer (can be up to 20 seconds) than previous version of the app. The reason is the time it takes to search and click the "Ready to Fly" button is much longer than before to account for various users' screen resolutions. A solution has already been created by me to totally skip the "Ready to Fly" button check and I'll incorporate this change into next major release of the application.

View file

@ -10,7 +10,7 @@ Version 3.3.7
- Added support for multi window (new in SU10 beta) so the app does not close the add-on window
when pop out starts.
Know Issue:
Known Issue:
* Currently, the time it takes for Auto Pop Out Panel to execute for G1000 based planes which
require power on for cold start is much longer (can be up to 20 seconds) than previous