Skip to content

Commit 183e936

Browse files
committed
More Taglines
1 parent 4d89699 commit 183e936

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Source/vj0/ViewModels/HomeViewModel.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ public class HomeViewModel : ViewModelBase
2323
"powered by frustration and breakthroughs",
2424
"we speak fluent .uasset",
2525
"we lost the documentation years ago",
26+
"your .pak files fear us",
27+
"we run on hope and async",
28+
"waking up at 3AM to fix one line",
29+
"open-source, open-minds",
30+
"the logs know everything...",
2631
];
2732

2833
public string[] Tips =
@@ -31,6 +36,7 @@ public class HomeViewModel : ViewModelBase
3136
"Shortcuts make everything faster. Use them",
3237
"Keyboard shortcuts are your best friend",
3338
"This tool is community-driven — feedback matters!",
39+
"Check the logs — they're full of secrets",
3440
];
3541

3642
public async void StartRotation(string[] phrases, int rotateTime, TextBlock textBlock, Control? fadingControl = null!, bool useRandom = false)

0 commit comments

Comments
 (0)