fix(store): Use event module instead of appWindow, fixes #282 (#283)

* fix(store): Use event module instead of appWindow, fixes #282

* fmt
This commit is contained in:
Fabian-Lars
2023-03-15 18:22:19 +01:00
committed by GitHub
parent a4dfa62486
commit 9b70a79b2c
3 changed files with 19 additions and 24 deletions
+8 -8
View File
@@ -5,18 +5,18 @@ on:
branches:
- dev
paths:
- '.github/workflows/msrv-check.yml'
- 'plugins/*/src/**'
- '**/Cargo.toml'
- '**/Cargo.lock'
- ".github/workflows/msrv-check.yml"
- "plugins/*/src/**"
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
branches:
- dev
paths:
- '.github/workflows/msrv-check.yml'
- 'plugins/*/src/**'
- '**/Cargo.toml'
- '**/Cargo.lock'
- ".github/workflows/msrv-check.yml"
- "plugins/*/src/**"
- "**/Cargo.toml"
- "**/Cargo.lock"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}