Skip to content

Commit

Permalink
- Remove old route before moving to context only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
modernben committed Aug 2, 2023
1 parent a08c3ee commit b1625f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Providers/NativeAppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ public function boot(): void
->separator()
->quit()
)
->route('openBrowser', [
'url' => 'https://whatismyipaddress.com/'
])
->label('Booting...')
->onlyShowContextMenu()
;
Expand Down

0 comments on commit b1625f9

Please sign in to comment.