mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-08-07 04:42:17 -04:00
Make UpgradeNotificationDialog a DialogWindow
This commit is contained in:
1 parent
e3b7cbcc2a
commit
cab8555ab5
2 files changed
+2
-2
No files matched your search
@@ -5,7 +5,7 @@ using System;
|
||||
|
||||
namespace LibationAvalonia.Dialogs
|
||||
{
|
||||
public partial class UpgradeNotificationDialog : Window
|
||||
public partial class UpgradeNotificationDialog : DialogWindow
|
||||
{
|
||||
private const string UpdateMessage = "There is a new version available. Would you like to update?\r\n\r\nAfter you close Libation, the upgrade will start automatically.";
|
||||
public string TopMessage { get; }
|
||||
|
||||
Reference in new issue
Block a user