mirror of
https://github.com/Mikescher/kpsync.git
synced 2025-08-25 08:38:03 +02:00
10 lines
156 B
Go
10 lines
156 B
Go
package app
|
|
|
|
func (app *Application) showErrorNotification(msg string) {
|
|
//TODO
|
|
}
|
|
|
|
func (app *Application) showSuccessNotification(msg string) {
|
|
//TODO
|
|
}
|