mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-15 00:03:38 -07:00
Simplify dialog buttons
This commit is contained in:
parent
e00f126a5e
commit
3436f6b060
|
|
@ -54,7 +54,7 @@ public class RootViewModel : Screen, IHandle<NotificationMessage>, IDisposable
|
||||||
Click LEARN MORE to find ways that you can help.
|
Click LEARN MORE to find ways that you can help.
|
||||||
""",
|
""",
|
||||||
"LEARN MORE",
|
"LEARN MORE",
|
||||||
"CANCEL"
|
"CLOSE"
|
||||||
);
|
);
|
||||||
|
|
||||||
// Disable this message in the future
|
// Disable this message in the future
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue