Skip to content

Commit 9db8efa

Browse files
committed
Remove header from update popup
1 parent 1bcd2d8 commit 9db8efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TinyNvidiaUpdateChecker/Handlers/UpdateHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static void SearchForUpdate(string[] args)
3737
new("Ignore") { Tag = "no" }
3838
];
3939

40-
string dialog = ConfigurationHandler.ShowButtonDialog("TinyNvidiaUpdateChecker - New Client Update Available", changelog, TaskDialogIcon.Information, buttons);
40+
string dialog = ConfigurationHandler.ShowButtonDialog("New Client Update Available", changelog, TaskDialogIcon.Information, buttons);
4141

4242
if (dialog == "update") {
4343
UpdateNow(args, downloadUrl, serverHash.Trim());

0 commit comments

Comments
 (0)