diff --git a/.changes/f630b85.md b/.changes/f630b85.md new file mode 100644 index 0000000..c3b986c --- /dev/null +++ b/.changes/f630b85.md @@ -0,0 +1,4 @@ +--- +"elk-native": minor +--- +Enable window draging by the title bar \ No newline at end of file diff --git a/elk b/elk index b34147d..3132f4f 160000 --- a/elk +++ b/elk @@ -1 +1 @@ -Subproject commit b34147db4e4852b1a1cd9787725e0c44ff32750d +Subproject commit 3132f4fdea7b0eeef7c5a7f9419c1d9a6edc371e diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cabbd0f..46f7e33 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 140fc99..cd8d430 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -13,6 +13,9 @@ "all": false, "shell": { "open": true + }, + "window": { + "startDragging": true } }, "bundle": {