1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:27:35 +00:00

guitest2: Stop showing the font test window by default.

This commit is contained in:
Andreas Kling 2019-02-03 03:36:10 +01:00
parent 663aad4036
commit dd931f136e

View file

@ -71,8 +71,10 @@ static GWindow* make_clock_window();
int main(int argc, char** argv)
{
GEventLoop loop;
#if 0
auto* font_test_window = make_font_test_window();
font_test_window->show();
#endif
auto* launcher_window = make_launcher_window();
launcher_window->show();