Bump version

This commit is contained in:
smartfridge 2021-05-10 14:45:43 +02:00
parent cdd516221f
commit 89a4b755a5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "armcord",
"version": "2.4.0",
"version": "2.5.0",
"description": "ArmCord is a Discord client made for ARM Linux that allows you to customize your experience.",
"main": "main.js",
"scripts": {

View File

@ -8,7 +8,7 @@ window.addEventListener("DOMContentLoaded", () => {
backgroundColor: customTitlebar.Color.fromHex("#202225"),
menu: false,
});
const currentWindow = remote.getCurrentWindow();
electronLocalshortcut.register(currentWindow, "F5", () => {
location.reload();