mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
ui/app,apps: unexport ChangeStage and Stage
I'm not convinced the API is right. For exmaple, an event that notifies a program when to save its state is both smaller and might be sufficient. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -185,7 +185,6 @@ func (a *App) run() error {
|
||||
}
|
||||
}
|
||||
}
|
||||
case app.ChangeStage:
|
||||
case *app.Command:
|
||||
switch e.Type {
|
||||
case app.CommandBack:
|
||||
|
||||
Reference in New Issue
Block a user