mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
Fix (Update): No update notification in the global menu
This commit is contained in:
parent
1a15782686
commit
ab1d8594ea
@ -414,7 +414,7 @@ export default class GlobalMenuWidget extends BasicWidget {
|
||||
}
|
||||
|
||||
async fetchLatestVersion() {
|
||||
const RELEASES_API_URL = "https://api.github.com/repos/TriliumNext/Notes/releases/latest";
|
||||
const RELEASES_API_URL = "https://api.github.com/repos/TriliumNext/Trilium/releases/latest";
|
||||
|
||||
const resp = await fetch(RELEASES_API_URL);
|
||||
const data = await resp.json();
|
||||
|
Loading…
x
Reference in New Issue
Block a user