Parcourir la source

XRemote: Fix vertical submenu

Willy-JL il y a 1 an
Parent
commit
dfd6c1585d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      xremote/xremote_app.c

+ 1 - 1
xremote/xremote_app.c

@@ -523,7 +523,7 @@ void xremote_app_submenu_alloc(XRemoteApp* app, uint32_t index, ViewNavigationCa
     View* view = submenu_get_view(app->submenu);
     view_set_previous_callback(view, prev_cb);
 
-#if defined(FW_ORIGIN_Unleashed) || defined(FW_ORIGIN_RM)
+#if defined(FW_ORIGIN_Unleashed) || defined(FW_ORIGIN_RM) || defined(FW_ORIGIN_Momentum)
     submenu_set_orientation(app->submenu, settings->orientation);
 #else
     view_set_orientation(view, settings->orientation);