Skip to content

Commit

Permalink
MainWindow: Update package name of System Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed May 11, 2024
1 parent 524cca8 commit 01bc5ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ public class Feedback.MainWindow : Gtk.ApplicationWindow {
});

#if HAS_APPSTREAM_1_0
appstream_pool.get_components_by_id ("io.elementary.switchboard").as_array ().foreach ((component) => {
appstream_pool.get_components_by_id ("io.elementary.settings").as_array ().foreach ((component) => {
#else
appstream_pool.get_components_by_id ("io.elementary.switchboard").foreach ((component) => {
appstream_pool.get_components_by_id ("io.elementary.settings").foreach ((component) => {
#endif
component.get_addons ().foreach ((addon) => {
var repo_row = new RepoRow (
Expand Down Expand Up @@ -466,7 +466,7 @@ public class Feedback.MainWindow : Gtk.ApplicationWindow {
"io.elementary.photos",
"io.elementary.screenshot",
"io.elementary.shortcut-overlay",
"io.elementary.switchboard",
"io.elementary.settings",
"io.elementary.tasks",
"io.elementary.terminal",
"io.elementary.videos"
Expand Down

0 comments on commit 01bc5ef

Please sign in to comment.