Skip to content

Commit

Permalink
EditView: Fix missing Type key (#171)
Browse files Browse the repository at this point in the history
Regression in 893b198
  • Loading branch information
ryonakano authored Mar 8, 2024
1 parent 856a2bf commit 3e461f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/View/EditView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ public class View.EditView : Adw.NavigationPage {
* Get values from the input widgets in the view and save them to a desktop file.
*/
public void save_file () {
desktop_file.set_string (KeyFileDesktop.KEY_TYPE, "Application");

bool ret = desktop_file.save_file ();

if (!ret) {
Expand Down

0 comments on commit 3e461f5

Please sign in to comment.