You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to look into supporting GTK4. Atm only GTK3 widgets are implemented. But it should be possible to have GTK4 available as well.GTK3 elements should probably be exported and available via a different import path ex. import { Box } from "react-gjs-renderer/gtk3".
The text was updated successfully, but these errors were encountered:
Need to look into supporting GTK4. Atm only GTK3 widgets are implemented. But it should be possible to have GTK4 available as well.GTK3 elements should probably be exported and available via a different import path ex.
import { Box } from "react-gjs-renderer/gtk3"
.The text was updated successfully, but these errors were encountered: