feat: add changelog button

This commit is contained in:
SethBurkart123
2024-02-09 17:07:35 +11:00
parent 8ae389af7b
commit 2069607e77
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ export async function HideMenuItems(): Promise<void> {
}
}
function OpenWhatsNewPopup() {
export function OpenWhatsNewPopup() {
const background = document.createElement('div')
background.id = 'whatsnewbk'
background.classList.add('whatsnewBackground')