Skip to content

Commit

Permalink
feat: enable zoom hotkeys, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 18, 2024
1 parent c6ffa1f commit 1f890b0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
44 changes: 22 additions & 22 deletions src-tauri/Cargo.lock

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

1 change: 1 addition & 0 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ fn main() {
.transparent(
config.blur.unwrap_or("none".to_string()) != "none"
)
.zoom_hotkeys_enabled(true)
.build()?;

// Set the user agent to one that enables all normal Discord features
Expand Down

0 comments on commit 1f890b0

Please sign in to comment.