From cb3bca3566fe390dbe718595d551f6dd90ae29f4 Mon Sep 17 00:00:00 2001 From: Xmader Date: Mon, 9 Nov 2020 13:58:25 -0500 Subject: [PATCH] feat: remove deprecation notice --- src/main.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/main.ts b/src/main.ts index ef8d951..6323f29 100644 --- a/src/main.ts +++ b/src/main.ts @@ -25,9 +25,7 @@ const main = (): void => { btnList.add({ name: i18n('DOWNLOAD')('PDF'), - action: BtnAction.deprecate( - BtnAction.process(downloadPDF), - ), + action: BtnAction.process(downloadPDF), }) btnList.add({ @@ -42,9 +40,7 @@ const main = (): void => { btnList.add({ name: i18n('DOWNLOAD')('MIDI'), - action: BtnAction.deprecate( - BtnAction.download(() => getFileUrl('midi')), - ), + action: BtnAction.download(() => getFileUrl('midi')), }) btnList.add({