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
* feat: hide dev-only settings unless dev mode is active
Add useDevMode hook that checks if any plugin is in dev mode.
Filter devOnly settings in SettingsEntries so they are hidden
by default. Mark telemetry endpoint/auth settings as devOnly.
Update Wails TS binding with devOnly field.
* chore: bump plugin-sdk to v0.4.1 and regenerate bindings
Updates go.mod to use plugin-sdk v0.4.1 which includes the
DevOnly field on Setting. Regenerates Wails bindings via
make bindings.
0 commit comments