Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Mar 2, 2019
1 parent 0808653 commit 2606a4d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
6 changes: 1 addition & 5 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,8 @@
class="fa fa-exclamation-circle" title="Issues"></i></a>
</p>
<hr />
<span class="small text-muted">
&copy; 2019<a href="javascript:require('electron').shell.openExternal('https://roderickqiu.scris.top/')"
class="rest">&nbsp;Roderick Qiu</a>.
</span><br />
<p class="extreme-small">If you have problems or you want to</p>
<p class="extreme-small"> some suggestion, just tell me!</p>
<p class="extreme-small"> some suggestion, just <a href="mailto:[email protected]">tell me</a>!</p>
</div>
</div>
<script>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wnr",
"version": "1.1.9",
"update-use-version": "11977",
"version": "1.2.0",
"update-use-version": "12077",
"description": "It's a timer app with strong expansibility for computers. The name is a abbr of \"Work & Rest\".",
"main": "main.js",
"scripts": {
Expand Down
Binary file modified res/icons/check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
}
}
if (store.get("fullscreen") == true) document.getElementById("fullscreen-set").checked = true;
else document.getElementById("fullscrseen-set").checked = false;
else document.getElementById("fullscreen-set").checked = false;
function fullscreenset() {
if (document.getElementById("fullscreen-set").checked == true) store.set("fullscreen", true);
else store.set("fullscreen", false);
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ input[type="checkbox"] {
}
input[type="checkbox"]:checked {
background-image: url(./res/icons/check.png);
background-size: contain;
}
input::-webkit-input-placeholder {
color: #999999;
Expand Down

0 comments on commit 2606a4d

Please sign in to comment.