Skip to content

Commit

Permalink
Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Oct 19, 2024
1 parent b9ed076 commit a9731ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"title": "ReportBook",
"width": 1000,
"height": 800,
"resizable": false,
"maximizable": false
"minWidth": 400,
"minHeight": 200
}
],
"security": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/stores.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { writable } from 'svelte/store';

export const VERSION = "v2.0.0"
export const VERSION = "v2.0.1"

export const report = writable("")
export const preferredUsername = writable("")
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<style lang="scss">
p {
position: absolute;
position: fixed;
bottom: 0;
right: 0;
margin: 0;
Expand Down

0 comments on commit a9731ee

Please sign in to comment.