Explorar o código

Use custom home page in PWA

Romain de Laage %!s(int64=3) %!d(string=hai) anos
pai
achega
efa8bfcf0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ui/static_manifest.go

+ 1 - 1
ui/static_manifest.go

@@ -59,7 +59,7 @@ func (h *handler) showWebManifest(w http.ResponseWriter, r *http.Request) {
 		ShortName:       "Miniflux",
 		Description:     "Minimalist Feed Reader",
 		Display:         displayMode,
-		StartURL:        route.Path(h.router, "unread"),
+		StartURL:        route.Path(h.router, "login"),
 		ThemeColor:      themeColor,
 		BackgroundColor: themeColor,
 		Icons: []webManifestIcon{