-
First of all I would like to thank the developers for this project, but I'm running into some problems,
```
E/flutter (14556): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception…
-
### Describe the bug
The default help menu have empty submenu in macos desktop, it will fail to pass apple review.
also I try to call set_as_help_menu_for_nsapp, it doesn't work.
`if let Some(hel…
-
### Describe the bug
Gestures are not disabled by default.
### Reproduction
1. Create sample app( `create tauri-app` )
2. Execute app and open devtools
3. Go to any page(set to `location.hr…
-
Here's the method I use to execute a bunch of queries within a transaction:
```
async executeTransaction(transaction: Transaction): Promise {
let wasError: boolean = false;
try…
-
### Describe the bug
On wayland when `"decorations": false` in tauri.conf.json , the decoration doesn't hide but when `` std::env::set_var("GDK_BACKEND", "x11"); `` it hidden but I do not want to…
-
### Describe the bug
A placeholder icon (the gear icon below) shows up instead of the given ones. This happens with a *fresh* new [create-tauri-app](https://github.com/tauri-apps/create-tauri-app) …
-
### Describe the bug
[Error] Unhandled Promise Rejection: Not allowed by the scope
(anonymous function) (user-script:8:546:35590)
asyncFunctionResume
(anonymous function)
promiseReactionJob…
-
When try to running locally with Xcode simulator get error `error[E0432]: unresolved import 'nosleep::NoSleep'` . Install tauri-plugin-nosleep with git link branch v2.
Tauri Info from the project
…
-
### Describe the bug
Even if user select to not create desktop shortcut in first install, the updater creates desktop shortcut.
I'm using nsis installer for updater
Downstream issue: vrc-get/vr…
-
### Describe the bug
I want to hide the icon from taskbar by using `main_window.set_skip_taskbar(true)`,but this does't work if the app is running with wayland:
```rust
// Prevents additional cons…