Skip to content

Commit

Permalink
v2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aMytho committed May 18, 2022
1 parent 4b52c7b commit 4f754bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glimboi",
"productName": "GlimBoi",
"version": "2.5.5",
"version": "2.5.6",
"description": "A chatbot for Glimesh.tv",
"main": "build/main.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/html/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ <h4 class="text-center whiteText font-bold text-2xl w-full">Edit Database</h4>
<div class="flex justify-end relative bottom-0 mr-8 mt-8 w-full border-t-2 border-blue-300 border-solid py-2">
<p id="errorQuoteExit"></p>
<button type="button" class="mb-0 btn-warning" data-modal-toggle="openDB">Close</button>
<button class="mb-0 btn-danger" onclick="shell.openPath(appData[1] + '/data')">Open</button>
<button class="mb-0 btn-danger" onclick="shell.openPath(appData[1] + '/data/')">Open</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 4f754bd

Please sign in to comment.