mirror of
https://github.com/nathanp/crypto-price-widget.git
synced 2025-11-06 11:18:54 -05:00
Version 1.2.0
This commit is contained in:
parent
5112fc8e8d
commit
4b795fb375
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
|
release-builds
|
||||||
out/
|
out/
|
||||||
@ -77,9 +77,6 @@
|
|||||||
<li>DOGE: DFHBdwUbcvGezfgHHbWmH8eLWjAjUhFSZ2</li>
|
<li>DOGE: DFHBdwUbcvGezfgHHbWmH8eLWjAjUhFSZ2</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="creds">
|
|
||||||
<div>Icons made by <a href="https://www.flaticon.com/authors/madebyoliver" title="Madebyoliver">Madebyoliver</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
|
|
||||||
</div>
|
|
||||||
</div><!-- #settings -->
|
</div><!-- #settings -->
|
||||||
|
|
||||||
<div id="portfolio" class="panel">
|
<div id="portfolio" class="panel">
|
||||||
|
|||||||
2
main.js
2
main.js
@ -31,7 +31,7 @@ function createWindow () {
|
|||||||
y: mainWindowState.y,
|
y: mainWindowState.y,
|
||||||
width: mainWindowState.width,
|
width: mainWindowState.width,
|
||||||
height: mainWindowState.height,
|
height: mainWindowState.height,
|
||||||
maxWidth: 360,
|
maxWidth: 960,
|
||||||
minWidth: 290,
|
minWidth: 290,
|
||||||
minHeight: 100,
|
minHeight: 100,
|
||||||
maximizable: false,
|
maximizable: false,
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "crypto-price-widget",
|
"name": "crypto-price-widget",
|
||||||
"productName": "Crypto Price Widget",
|
"productName": "Crypto Price Widget",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"description": "A cross-platform app for tracking Crypto prices",
|
"description": "A cross-platform app for tracking Crypto prices",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user