Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

rabbit999

8
Posts
4
Topics
A member registered 4 days ago

Recent community posts

I don't think it should be like that:




Unfortunately, the request still appears even with "check for updates" disabled :(

Here's the video:
https://streamable.com/twi99x

(2 edits)

I think I fixed it :)

This:
fetchLatestVersion:function(){return window.fetch("https://itch.io/api/1/x/wharf/latest?target=billiam/deepdwn&channel_name=win64").then((function(e){return e.json()})).then((function(e){return e.latest.trim()})).catch((function(e){}))}

Replaced with this:
fetchLatestVersion:function(){return;}

When disabling automatic checking and updating, I expected the program to not make any external requests.

But it still makes requests to:

192.168.1.1 (my router) ; UDP 53
itch.io ; TCP 443
static.itch.io ; TCP 443

It would be nice if there was a way to disable this.

It's a pity, I'll try to unpack app.asar and try to do it myself.

(1 edit)

Would you like to add an on/off button for "word wrap"?

Currently, "word wrap" are enabled, which makes it impossible to work with long tables and other data :(

I tried unpacking "app.asar", but I couldn't figure out how to disable "word wrap" myself :(

I want to make the headings the same size (H1-H6) - and this can be done in the settings.

But I also want to make the headings different colors and backgrounds, so that the H1-H2-H3 different.

Is there any way I can change the CSS files?

(1 edit)

How to disable word wrap?