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

Commit

Permalink
downgrade electron to 4.0.4 to hopefully fix login issues #80, #86
Browse files Browse the repository at this point in the history
  • Loading branch information
Tustin committed Apr 10, 2020
1 parent 5cab601 commit 40a72e2
Show file tree
Hide file tree
Showing 6 changed files with 4,656 additions and 12 deletions.
6 changes: 6 additions & 0 deletions assets/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,11 @@ body {
}
}
}

#options {
position: absolute;
top: 100%;
right: 0%;
}
}
}
70 changes: 70 additions & 0 deletions assets/images/gears.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions dist/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ <h3 id="onlineId"></h3>
<p>Reconnect to Discord</p>
</div>
</div>
<!-- <div id="options" draggable="false">
test
<img
src="../assets/images/gears.svg"
alt="Options"
draggable="false"
/>
</div> -->
</footer>

<script src="renderer.js"></script>
Expand Down
Loading

0 comments on commit 40a72e2

Please sign in to comment.