Skip to content

Commit

Permalink
Update window.py
Browse files Browse the repository at this point in the history
u forgot
  • Loading branch information
tposejank authored May 22, 2024
1 parent 263fa6a commit 1d66a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psychtobase/src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def goToIssues(self):
webbrowser.open('https://github.com/gusborg88/fnf-porter/issues/new?body=Log+file+output+(check+logs+folder):%0A```%0A%0A```')

def goToGB(self):
_GB_ToolID = ''
_GB_ToolID = '16982'
webbrowser.open(f'https://gamebanana.com/tools/{_GB_ToolID}')

def openLogFile(self):
Expand Down Expand Up @@ -466,4 +466,4 @@ def prompt(prompt, body, inputs, file):

# How to use this damn function:

### window.prompt('input', 'Some text about the request', [['Some text about the purpose of this input', 'Placeholder (Gray text) on this input']], 'file.py')
### window.prompt('input', 'Some text about the request', [['Some text about the purpose of this input', 'Placeholder (Gray text) on this input']], 'file.py')

0 comments on commit 1d66a27

Please sign in to comment.