mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
guitest2: Stop showing the font test window by default.
This commit is contained in:
parent
663aad4036
commit
dd931f136e
Notes:
sideshowbarker
2024-07-19 15:53:23 +09:00
Author: https://github.com/awesomekling
Commit: dd931f136e
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue