From f27d31c7732ac85a7c217ccdb34e91cda7a29722 Mon Sep 17 00:00:00 2001 From: Luke De Feo Date: Fri, 7 Jun 2024 03:04:38 -0700 Subject: [PATCH] Add abilty to restart flipper server from trouble shoot menu Summary: Hopefully this will be easier to descibe and find for users than the small icon in mac os menu bar Reviewed By: passy Differential Revision: D58282148 fbshipit-source-id: 87f3474c317f38ce906bd3d6ab09b2a2da1557cd --- desktop/flipper-ui/src/sandy-chrome/Navbar.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/desktop/flipper-ui/src/sandy-chrome/Navbar.tsx b/desktop/flipper-ui/src/sandy-chrome/Navbar.tsx index 48d8c2516a1..52326841af5 100644 --- a/desktop/flipper-ui/src/sandy-chrome/Navbar.tsx +++ b/desktop/flipper-ui/src/sandy-chrome/Navbar.tsx @@ -557,6 +557,13 @@ function TroubleshootMenu() { }}> Restart ADB (Android connections) + { + getFlipperServer().exec('restart'); + }}> + Restart Flipper Server +