Skip to content

Commit

Permalink
🔖0.4.7-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed May 19, 2024
1 parent 2d5bad8 commit 7f5198a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/bepass-org/oblivion-desktop/issues",
"email": "[email protected]"
},
"version": "0.4.5-beta",
"version": "0.4.7-beta",
"license": "Restrictive",
"main": "./src/main/main.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oblivion-desktop",
"description": "unofficial desktop version of oblivion",
"version": "0.4.5-beta",
"version": "0.4.7-beta",
"homepage": "https://github.com/bepass-org/oblivion-desktop#readme",
"license": "Restrictive",
"author": "ircfspace+kiomarzsss <[email protected]> (https://ircf.space/)",
Expand Down
8 changes: 4 additions & 4 deletions src/renderer/pages/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,10 @@ export default function Index() {
'inFoot',
'withIp',
isConnected &&
!isLoading &&
proxyMode !== 'none' &&
proxyMode !== '' &&
ipData
!isLoading &&
proxyMode !== 'none' &&
proxyMode !== '' &&
ipData
? 'active'
: ''
)}
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/pages/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default function Options() {
setShareVPN(!shareVPN);
settings.set('shareVPN', !shareVPN);
settingsHaveChangedToast({ ...{ isConnected, isLoading } });
setTimeout(function() {
setTimeout(function () {
settings.set('hostIP', !shareVPN ? '0.0.0.0' : '127.0.0.1');
}, 1000);
}}
Expand Down

0 comments on commit 7f5198a

Please sign in to comment.