From 6db43dcb59b486c9065ad1ab5829b7155291ab90 Mon Sep 17 00:00:00 2001 From: lawl Date: Sat, 18 Jul 2020 11:29:23 +0200 Subject: [PATCH] Add message to restart NT after update --- update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.go b/update.go index 9329be9..28f2a0b 100644 --- a/update.go +++ b/update.go @@ -69,7 +69,7 @@ func update(ui *uistate) { untar(bytes.NewReader(tgz), os.Getenv("HOME")) log.Printf("Update installed!\n") - ui.update.updatingText = "Update installed!" + ui.update.updatingText = "Update installed! (Restart NoiseTorch to apply)" (*ui.masterWindow).Changed() }