make main window injectable + start settings window

This commit is contained in:
2023-10-19 17:21:45 +02:00
parent 2a5937652e
commit bc090bdaa8
5 changed files with 74 additions and 1 deletions

View File

@ -52,6 +52,9 @@ add_executable(tomato
./send_image_popup.hpp
./send_image_popup.cpp
./settings_window.hpp
./settings_window.cpp
./chat_gui4.hpp
./chat_gui4.cpp
)