Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/09c8504157f231b55130b58972e8de0162d2cd3e You should set ROOT_URL correctly, otherwise the web may not work correctly.

New: Double click on tray icon will open browser

pull/6/head
Mark McDowall 11 years ago
parent 231c6cf147
commit 09c8504157

@ -38,7 +38,7 @@ namespace NzbDrone.SysTray
_trayIcon.ContextMenu = _trayMenu;
_trayIcon.Visible = true;
_trayIcon.DoubleClick += LaunchBrowser;
Application.Run(this);
}

Loading…
Cancel
Save