Skip to content

Commit

Permalink
fix: Enable window draging by the title bar (#29)
Browse files Browse the repository at this point in the history
* fix: Enable window draging by the title bar

* chore: Add changelog entry

* feat: update elk submodule

* Update Cargo.lock

Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
  • Loading branch information
Piotrek Tomczewski and JonasKruckenberg committed Jan 19, 2023
1 parent f320dda commit 2eb4a8a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changes/f630b85.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"elk-native": minor
---
Enable window draging by the title bar
2 changes: 1 addition & 1 deletion elk
Submodule elk updated 123 files
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tauri-build = { version = "1.2.1", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.2.4", features = ["shell-open", "updater"] }
tauri = { version = "1.2.4", features = ["shell-open", "updater", "window-start-dragging"] }
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev", features = [ "colored" ] }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
log = "0.4.17"
Expand Down
3 changes: 3 additions & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"all": false,
"shell": {
"open": true
},
"window": {
"startDragging": true
}
},
"bundle": {
Expand Down

0 comments on commit 2eb4a8a

Please sign in to comment.