ladybird/Userland/Applications/Assistant
Ben Wiederhake 2f38cad987 Assistant: Fix lockfile logic
Previously, Assistant was able to re-execute itself due to a quirk in
the global cursor tracking logic, it seems.

Now it has become necessary to explicitly drop the lockfile before
activating the new Assistant instance.

Alternatively, this has always been a latent bug that only now has
become more likely.
2021-09-08 10:53:49 +02:00
..
CMakeLists.txt
FuzzyMatch.cpp Assistant: Compare two chars instead of StringViews of length 1 2021-07-07 15:58:57 +02:00
FuzzyMatch.h
main.cpp Assistant: Fix lockfile logic 2021-09-08 10:53:49 +02:00
Providers.cpp Assistant: Trim terminal command before displaying or running it 2021-07-19 17:49:14 +02:00
Providers.h