Popover refactored

This commit is contained in:
Peter Papp
2021-04-19 17:41:41 +02:00
parent 7cd29fce98
commit 7e8511ab3f
15 changed files with 573 additions and 528 deletions

View File

@@ -59,6 +59,7 @@ class BrowseShareController extends Controller
}
return view("index")
->with('installation', 'setup-done')
->with('settings', get_settings_in_json() ?? null);
}