#Window Show event

2 messages · Page 1 of 1 (latest)

waxen gale
#

Is there a window show event in Tauri?

If no, can I hook the underlying event loop?

violet wing
#

Unfortunately there is no WindowEvent for showing a window so you would have to make a wrapper for the call to .show() that fires the event.