1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-15 05:57:35 +00:00
serenity/Userland/Applications/Assistant
Peter Elliott bf16591c07 Assistant: Only open one Assistant at once
I found myself accidentally opening two assistants at once with the
Window+Space shortcut. Since only one assistant window is usable at the
same time, I made assistant only spawn 1 instance at most.
2021-07-22 23:34:15 +02:00
..
CMakeLists.txt Userland: Add new app called Assistant 2021-06-28 16:29:02 +02:00
FuzzyMatch.cpp Assistant: Compare two chars instead of StringViews of length 1 2021-07-07 15:58:57 +02:00
FuzzyMatch.h Userland: Add new app called Assistant 2021-06-28 16:29:02 +02:00
main.cpp Assistant: Only open one Assistant at once 2021-07-22 23:34:15 +02:00
Providers.cpp Assistant: Trim terminal command before displaying or running it 2021-07-19 17:49:14 +02:00
Providers.h Assistant: Make more of the classes final 2021-07-03 22:38:53 +02:00