diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp index 7d428e0ca..c41b9c937 100644 --- a/src/ui/interface.cpp +++ b/src/ui/interface.cpp @@ -639,8 +639,7 @@ local int CommandKey(int key) case KeyCodeF9: // Preferences menu if( KeyState!=KeyStateInput ) { - // FIXME: Enable when this works -// UiEnterPreferencesOptionsMenu(); + UiEnterPreferencesOptionsMenu(); } break;