Skip to content

Commit

Permalink
Hide duplicate sync button
Browse files Browse the repository at this point in the history
  • Loading branch information
Erudition committed Sep 18, 2023
1 parent 95431b0 commit 840a25a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elm/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,8 @@ globalLayout model replica innerStuff =
[ Ion.Item.label [] [ H.text "Test Marvin Sync" ]
, Ion.Icon.withAttr "sync-outline" [ Ion.Toolbar.placeEnd ]
]
, menuItemHref "Test Marvin Sync" "sync-outline" "?sync=marvin"

--, menuItemHref "Test Marvin Sync" "sync-outline" "?sync=marvin"
, menuItemHref "Reload App" "sync-outline" "index.html"
, menuItemHref "Installed branch" "sync-outline" "https://localhost/fallback.html"
, menuItemHref "Redirect" "sync-outline" "https://localhost/"
Expand Down

0 comments on commit 840a25a

Please sign in to comment.