feat: now won't show release note after update

This commit is contained in:
Tom Fong 2024-03-31 00:11:12 +08:00
parent 84dc016cb4
commit 91b81b1054

View file

@ -86,7 +86,6 @@ export class TabsPage {
await Preferences.set({ key: storageKey, value: 'yes' });
if (!this.env.notShowUpdateNotes) {
this.env.notShowUpdateNotes = true;
await this.showUpdateNotes();
const versionWording = this.translate.instant("VERSION_VERSION") as string;
await this.presentToast(versionWording.replace("{version}", this.env.appVersionNumber), "short", 'bottom');
}