ladybird/Applications/KeyboardSettings
Tom 27bd2eab22 LibWeb: Require parent window argument for MessageBox
Since the vast majority of message boxes should be modal, require
the parent window to be passed in, which can be nullptr for the
rare case that they don't. By it being the first argument, the
default arguments also don't need to be explicitly stated in most
cases, and it encourages passing in a parent window handle.

Fix up several message boxes that should have been modal.
2020-07-16 16:10:21 +02:00
..
CharacterMapFileListModel.h Applications: Add new KeyboardSettings application 2020-06-08 09:28:18 +02:00
CMakeLists.txt Applications: Add new KeyboardSettings application 2020-06-08 09:28:18 +02:00
main.cpp LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00