mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-10-12 06:00:56 +00:00
Merge branch 'main' into singlezip
This commit is contained in:
commit
75a92098fd
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -84,8 +84,7 @@ jobs:
|
|||||||
id: attest
|
id: attest
|
||||||
uses: actions/attest-build-provenance@v2
|
uses: actions/attest-build-provenance@v2
|
||||||
with:
|
with:
|
||||||
subject-name: "Secretive.zip"
|
subject-path: "Secretive.zip"
|
||||||
subject-digest: sha256:${{ steps.upload.outputs.artifact-digest }}
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -68,6 +68,9 @@ struct ToolbarButtonStyle: PrimitiveButtonStyle {
|
|||||||
.padding(.vertical, 10)
|
.padding(.vertical, 10)
|
||||||
.padding(.horizontal, 12)
|
.padding(.horizontal, 12)
|
||||||
.glassEffect(.regular.interactive().tint(tint))
|
.glassEffect(.regular.interactive().tint(tint))
|
||||||
|
.onTapGesture {
|
||||||
|
configuration.trigger()
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
BorderedButtonStyle().makeBody(configuration: configuration)
|
BorderedButtonStyle().makeBody(configuration: configuration)
|
||||||
.padding(EdgeInsets(top: 6, leading: 8, bottom: 6, trailing: 8))
|
.padding(EdgeInsets(top: 6, leading: 8, bottom: 6, trailing: 8))
|
||||||
|
Loading…
Reference in New Issue
Block a user