ladybird/Userland
Nick Miller 17c78be334 SoundPlayer: Enable stop button when play button clicked
Previously, if you play a file, then stop, then play again, the stop
button will be permanently disabled until you open a file again.

The stop button should be enabled whenever a file is loaded.

This commit fixes the GUI bug by enabling the stop button whenever the
play button is clicked (if a file is currently loaded).
2021-06-08 00:54:07 +04:30
..
Applets
Applications SoundPlayer: Enable stop button when play button clicked 2021-06-08 00:54:07 +04:30
Demos CatDog: Enhance the speech bubble artificial intelligence 2021-06-07 21:52:16 +02:00
DevTools AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
DynamicLoader
Games AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
Libraries LibJS: Fix whitespace errors in ASTCodegen.cpp 2021-06-07 21:19:12 +01:00
Services WindowServer+Magnifier: Make Magnifier buttery smooth :^) 2021-06-07 10:22:25 +02:00
Shell LibWeb+LibSyntax: Implement nested syntax highlighters 2021-06-07 14:45:49 +04:30
Utilities js: Exit the program after dumping and/or running bytecode 2021-06-07 18:11:59 +02:00
CMakeLists.txt