Skip to content

Commit

Permalink
Remove workaround for missing Dock metainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 10, 2024
1 parent 524cca8 commit 733ed7b
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 733ed7b

Please sign in to comment.