Skip to content

Commit

Permalink
Also look for action files in the pykrita folder
Browse files Browse the repository at this point in the history
This means action files that come with plugins are loaded as well.

BUG:412125
  • Loading branch information
hallarempt committed Sep 28, 2019
1 parent 096bf25 commit 58a73c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ui/KisApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ void KisApplication::addResourceTypes()
KoResourcePaths::addResourceType("ko_palettes", "data", "/palettes/", true);
KoResourcePaths::addResourceType("kis_shortcuts", "data", "/shortcuts/");
KoResourcePaths::addResourceType("kis_actions", "data", "/actions");
KoResourcePaths::addResourceType("kis_actions", "data", "/pykrita");
KoResourcePaths::addResourceType("icc_profiles", "data", "/color/icc");
KoResourcePaths::addResourceType("icc_profiles", "data", "/profiles/");
KoResourcePaths::addResourceType("ko_effects", "data", "/effects/");
Expand Down

0 comments on commit 58a73c4

Please sign in to comment.