refactor interface

This commit is contained in:
2020-05-26 18:09:22 +02:00
parent c4e2ec96dd
commit 90a76301f2
14 changed files with 42 additions and 63 deletions

View File

@@ -13,11 +13,5 @@ void controller_install::add_controlers(){
}
void controller_install::on_button_clicked(){
std::string text = vis->m_refTextBuffer1->get_text();
/*std::cout << text << std::endl;
this->con->write_string("exec");
this->con->write_string(text);
this->con->read_string(text,10);
std::cout << text << std::endl;*/
this->sesi->install_command(text);
this->sesi->install_command(vis->entry.get_text());
}