Skip to content

Commit

Permalink
0.6.68-dev8
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrabovets committed Jul 16, 2023
1 parent ae54948 commit 670402a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
name = "oculante"
readme = "README.md"
repository = "https://github.com/woelper/oculante/"
version = "0.6.68-dev7"
version = "0.6.68-dev8"

[package.metadata.bundle]
icon = ["res/oculante.png"]
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Johann Woelper <woelper@gmail.com>
pkgname=oculante
pkgver=0.6.68-dev7
pkgver=0.6.68-dev8
pkgrel=1
depends=('aom' 'libwebp' 'expat' 'freetype2' 'gtk3' 'cairo')
makedepends=('rust' 'cargo' 'tar' 'nasm' 'cmake')
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ fn event(app: &mut App, state: &mut OculanteState, evt: Event) {
if key_pressed(app, state, Browse) {
browse_for_image_path(state)
}
#[cfg(feature = "file_open")]
if key_pressed(app, state, BrowseFolder) {
browse_for_folder_path(state)
}
Expand Down

0 comments on commit 670402a

Please sign in to comment.