Fixed image loading taking a few seconds to load content
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "waifu-board",
|
||||
"version": "v1.1.1",
|
||||
"version": "v1.2.0",
|
||||
"description": "An image board app to store and browse your favorite waifus!",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
1176
scripts/renderer.js
1176
scripts/renderer.js
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
const GITHUB_OWNER = 'ItsSkaiya';
|
||||
const GITHUB_REPO = 'WaifuBoard';
|
||||
const CURRENT_VERSION = 'v1.1.1';
|
||||
const CURRENT_VERSION = 'v1.2.0';
|
||||
|
||||
let currentVersionDisplay;
|
||||
let latestVersionDisplay;
|
||||
|
||||
Reference in New Issue
Block a user