forked from joejulian/gio
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