Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
2.2 - hotflix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxiereal authored Sep 8, 2022
1 parent 1a07a17 commit ffe1aef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RVP2.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ def cleantemp():
newver = "dev"
else:
newver = latest('xemulat/ReVancedPacker')
if "2.1" == str(newver):
if "2.2" == str(newver):
vers = "Up-To-Date"
hcve = "#00FF00"
elif str(newver) == "dev":
vers = "Dev build, not checking for updates"
hcve = "#74D962"
elif str(newver) > "2.1":
elif str(newver) > "2.2":
vers = "Outdated, download it from my github"
hcve = "#FF0000"
else:
Expand All @@ -94,7 +94,7 @@ def injects(file):
custom = [[sg.Text('Enter integrations to add')],
[sg.Text('*Press Enter to confirm*')],
[sg.Text('for example "swipe-controls seekbar-tapping"\n'
'DON' + "'" + 'T ADD "microg-support", \nit' + "'" + 's added when you click the button(s) =>')],
'For non-rooted users, add "microg-support" to the window below')],
[sg.Input('', enable_events=True, key='-INTEGRATIONS-')],
[sg.Text('')],
[sg.Text('')],
Expand Down

0 comments on commit ffe1aef

Please sign in to comment.