Skip to content

Commit

Permalink
Merge pull request #42 from hotbso/bugfix
Browse files Browse the repository at this point in the history
enable prefs menu after plugin start
  • Loading branch information
rwellinger authored Feb 6, 2024
2 parents 2836ca0 + a4791f0 commit 32534f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xplane.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ bp_priv_enable(void) {
prefs_menu_item = XPLMAppendMenuItem(root_menu,
_("Preferences..."), &prefs_menu_item, 1);

prefs_enable = B_TRUE;
start_pb_enable = B_TRUE;
conn_first_enable = B_TRUE;
stop_pb_enable = B_FALSE;
Expand Down

0 comments on commit 32534f4

Please sign in to comment.