Pārlūkot izejas kodu

guitest2: Stop showing the font test window by default.

Andreas Kling 6 gadi atpakaļ
vecāks
revīzija
dd931f136e
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      Userland/guitest2.cpp

+ 2 - 0
Userland/guitest2.cpp

@@ -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();