Feature/219/gui record options
Compare changes
Files
11- Iiro Rastas authored
The record button now works as previously. To support this change, a tagging system based on the one from feature/guienhance has been added. NetConfigurables are now created as peers connect and removed as they disconnect, which required changes to ConfigWindow.
+ 23
− 85
@@ -15,23 +15,15 @@ using std::string;
@@ -52,67 +44,50 @@ ConfigWindow::~ConfigWindow() {
@@ -131,8 +106,6 @@ std::vector<ftl::gui::ConfigWindow::References *> ConfigWindow::_addElements(nan
@@ -145,50 +118,15 @@ void ConfigWindow::_buildForm(const std::string &suri) {
\ No newline at end of file