chore: mark timeline as beta

This commit is contained in:
Carlos Valente
2024-08-27 13:13:03 +02:00
committed by Carlos Valente
parent e20cd87673
commit 16c7107069
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ function getApplicationMenu(isMac, askToQuit, urlBase, version, redirectWindow)
},
},
{
label: 'Timeline',
label: 'Timeline (beta)',
click: async () => {
await shell.openExternal(`${urlBase}/timeline`);
},