diff --git a/data/io.github.mimbrero.WhatsAppDesktop.appdata.xml b/data/io.github.mimbrero.WhatsAppDesktop.appdata.xml index f30e24b..4eba28d 100644 --- a/data/io.github.mimbrero.WhatsAppDesktop.appdata.xml +++ b/data/io.github.mimbrero.WhatsAppDesktop.appdata.xml @@ -17,6 +17,13 @@ https://github.com/mimbrero/whatsapp-desktop-linux + + +
    +
  • Fix version bug when the server sends an update
  • +
+
+
    @@ -26,8 +33,8 @@ - - + +

    First release!

    @@ -38,7 +45,7 @@ medium - + keyboard pointing diff --git a/src/whatsapp.ts b/src/whatsapp.ts index 360ff99..392dc0b 100644 --- a/src/whatsapp.ts +++ b/src/whatsapp.ts @@ -62,7 +62,7 @@ export default class WhatsApp { } else if (input.key.toLowerCase() === 'f5' || (input.control && input.key.toLowerCase() === 'r')) { - this.window.reload(); + this.window.webContents.reloadIgnoringCache(); } }); }