Skip to content

Commit

Permalink
Change screen format to jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
Instand committed Jul 12, 2019
1 parent 546206c commit 1ddbe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QML/SolarSystemMain.qml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Item {
source: "qrc:/Resources/Images/screen_icon.png"
onClicked: {
root.grabToImage(function(result) {
result.saveToFile("SolarSystemScreen.png");
result.saveToFile("SolarSystemScreen.jpg");
});
}
}
Expand Down

0 comments on commit 1ddbe23

Please sign in to comment.