aboutsummaryrefslogtreecommitdiffstats
path: root/src/sketch.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sketch.py')
-rwxr-xr-xsrc/sketch.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sketch.py b/src/sketch.py
index 9d65a87..02bd012 100755
--- a/src/sketch.py
+++ b/src/sketch.py
@@ -68,8 +68,13 @@ with window(label="RX DSP Flow Graph", width=800, height=800, on_close=_on_param
add_node_link(get_alias_id("eq_out"), get_alias_id("pll_in"))
+<<<<<<< HEAD
+with window(label="Example Window"):
+ add_text("Hello world")
+=======
#================================================
# Start window and main loop
+>>>>>>> origin/master
show_viewport()
start_dearpygui()