1
0

Import-Export app everywhere

This commit is contained in:
Michal Horejsek
2020-08-21 11:41:11 +02:00
parent e4704cd459
commit 4973e38748
11 changed files with 12 additions and 12 deletions

View File

@ -22,7 +22,7 @@ import (
)
func (f *frontendCLI) restart(c *ishell.Context) {
if f.yesNoQuestion("Are you sure you want to restart the Import-Export") {
if f.yesNoQuestion("Are you sure you want to restart the Import-Export app") {
f.Println("Restarting the Import-Export app...")
f.appRestart = true
f.Stop()