Skip to content

Commit

Permalink
Let peas chew on v2.0 for python based plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Jul 9, 2024
1 parent 98a6bfb commit 44b0468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/plugin_manager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace Budgie {
var repo = GI.Repository.get_default();
repo.require("Peas", "1.0", 0);
repo.require("PeasGtk", "1.0", 0);
repo.require("Budgie", "1.0", 0);
repo.require("Budgie", "2.0", 0);
} catch (Error e) {
message("Error loading typelibs: %s", e.message);
}
Expand Down

0 comments on commit 44b0468

Please sign in to comment.