mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-13 06:34:23 -04:00
Simplify dialog buttons
This commit is contained in:
parent
e00f126a5e
commit
3436f6b060
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue