Skip to content

Commit

Permalink
Fix project opening
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed May 15, 2024
1 parent 1367cd3 commit c99ed52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,11 @@ ApplicationWindow {
function onLoadingFinished() {
projectLoadingPage.visible = false

if ( __activeProject.isProjectLoaded() )
{
projectController.hidePanel()
}

// check location permission
if ( locationPermission.status === Qt.Undetermined ) {
locationPermission.request();
Expand Down

0 comments on commit c99ed52

Please sign in to comment.