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