feat: enhance update dialog with changelog notes

This commit is contained in:
Bohdan Triapitsyn
2025-12-08 01:44:12 +02:00
parent 8192245bc7
commit 2eecaddee1
5 changed files with 118 additions and 40 deletions
+1
View File
@@ -274,3 +274,4 @@ export const restartToApplyUpdate = async (): Promise<boolean> => {
return false;
}
};