loader logic revised
This commit is contained in:
+8
-4
@@ -206,10 +206,14 @@ func (e *client) Run() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (e *client) Shutdown() {
|
||||
e.window.Close()
|
||||
}
|
||||
func (e *client) Shutdown() { e.window.Close() }
|
||||
|
||||
func (e *client) Version() string { return version }
|
||||
|
||||
func (e *client) OnConnection(bool) {}
|
||||
|
||||
func (e *client) Version() string { return version }
|
||||
func (e *client) OnConnectionError(error) {}
|
||||
|
||||
func (e *client) OnStorageError(error) {}
|
||||
|
||||
func (e *client) OnServiceError(error) {}
|
||||
|
||||
Reference in New Issue
Block a user