mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-20 14:33:15 -04:00
[AppManagement] Getting through previus windows by list
* removed first main window as first window in call app * moved window switching to application from window
This commit is contained in:
@@ -23,13 +23,12 @@
|
||||
|
||||
namespace gui {
|
||||
|
||||
NotesMainWindow::NotesMainWindow( app::Application* app ) :
|
||||
AppWindow(app,"MainWindow"),
|
||||
notesModel{ new NotesModel( app ) }{
|
||||
setSize( 480, 600 );
|
||||
NotesMainWindow::NotesMainWindow(app::Application *app) : AppWindow(app, gui::name::window::main_window), notesModel{new NotesModel(app)}
|
||||
{
|
||||
setSize(480, 600);
|
||||
|
||||
buildInterface();
|
||||
}
|
||||
buildInterface();
|
||||
}
|
||||
|
||||
void NotesMainWindow::rebuild() {
|
||||
destroyInterface();
|
||||
|
||||
Reference in New Issue
Block a user