DIMFLIX
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    
> 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...
Ok, thank you