DIMFLIX

Results 7 comments of DIMFLIX

> implemented in `base16` plugin Please tell me how to use it. I can't find an export to kvantum... It is not in base16 templates

> > > How did you config mobile app icon, I Modify the icons and run `bun run tauri android build` command then then app icon is likes the tauri...

> This _should_ mean that you're missing the rust part of the usage instructions from the readme. > ```rs > fn main() { > tauri::Builder::default() > .plugin(tauri_plugin_websocket::init()) // .run(tauri::generate_context!()) >...

@FabianLars ![image](https://github.com/tauri-apps/plugins-workspace/assets/112165977/ffcc8020-ce31-4937-be19-f9ba4e3f0776) ![image](https://github.com/tauri-apps/plugins-workspace/assets/112165977/ea6d6b47-8e9c-42c3-be49-d333269fcaea) ![image](https://github.com/tauri-apps/plugins-workspace/assets/112165977/8dde234b-5e55-4f64-8f5d-b57785b207d1) ![image](https://github.com/tauri-apps/plugins-workspace/assets/112165977/5bf2f1ed-7080-4571-b4b6-5a26984efed0)

> Ohhh, we're talking about mobile. Sorry, should have asked that. It _could_ be that the websocket plugin doesn't support mobile yet but that _should_ print different errors 🤔 >...

But it expires. I understand on the client side that we need to constantly check the expiration date access token. And if it has expired, then update it. The question...