From 282875d4f742e34789c9962eee9e40a8aa637a20 Mon Sep 17 00:00:00 2001 From: Atul R Date: Sun, 3 Nov 2019 20:08:10 +0100 Subject: [PATCH] fix link --- src/demo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo.ts b/src/demo.ts index c0b46c480..cb812b07b 100644 --- a/src/demo.ts +++ b/src/demo.ts @@ -95,7 +95,7 @@ menu.addAction(quitAction); menu.setTitle("TestMenu"); const label = new QLabel(); label.setOpenExternalLinks(true); -label.setText(`Yolo`); +label.setText(`Google`); label.show(); (global as any).label = label; win.setWindowTitle("NodeGUI Demo");