Skip to content

Commit

Permalink
Merge pull request #7 from p32929/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
p32929 authored Jun 15, 2023
2 parents d306c29 + 62d1896 commit 3cb4d63
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pomota",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"scripts": {
"dev": "next dev -p 1420",
"build": "next build && next export -o dist",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "pomota",
"version": "0.0.5"
"version": "0.0.6"
},
"tauri": {
"systemTray": {
Expand Down
7 changes: 4 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ const index: React.FC<Props> = (props) => {
e.target.value = '0'
};
var value = value = parseInt(e.target.value)
if (value < 1) {
value = 1
}
// if (value < 1) {
// value = 1
// }
// console.log(`Value: ${value}`)
return value
}

Expand Down

0 comments on commit 3cb4d63

Please sign in to comment.