mirror of
https://github.com/tomfong/simple-qr.git
synced 2025-06-28 12:09:58 +00:00
feat: now won't show release note after update
This commit is contained in:
parent
84dc016cb4
commit
91b81b1054
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue