Skip to content

Commit

Permalink
Remove workaround for missing Dock metainfo (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored May 11, 2024
1 parent 524cca8 commit 05cc50c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,6 @@ public class Feedback.MainWindow : Gtk.ApplicationWindow {
});
}

// FIXME: Dock should ship appdata
var dock_row = new RepoRow (
_("Dock"),
new ThemedIcon ("application-default-icon"),
Category.SYSTEM,
"https://github.com/elementary/dock/issues/new/choose"
);
listbox.append (dock_row);

get_compulsory_for_desktop.begin (appstream_pool, (obj, res) => {
var components = get_compulsory_for_desktop.end (res);
components.foreach ((component) => {
Expand Down

0 comments on commit 05cc50c

Please sign in to comment.