Fragtality / PilotsDeck

Directly control the FlightSim from your StreamDeck!
Other
93 stars 6 forks source link

Developer UI: Aircraft String not displaying actual string matched against #72

Closed dotEvan closed 2 weeks ago

dotEvan commented 1 month ago

When looking for a profile to match to, I initially entered in "FNX32", but the correct string would have been "FNX_32". It looks like on the Developer UI the Aircraft String is collapsing the first underscore. (In the screenshot attached, it looks like the underscore is actually under the 3.) However, when looking at the log messages, it correctly displays the Aircraft String and now has found "FNX_32".

image

Fragtality commented 1 month ago

Wow, good find 👍

Should be fixed now. Was some dumb WPF Wizardry of the Label Control.