浏览代码

guitest2: Stop showing the font test window by default.

Andreas Kling 6 年之前
父节点
当前提交
dd931f136e
共有 1 个文件被更改,包括 2 次插入0 次删除
  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();