Skip to content

Commit

Permalink
fix: DefaultBubbleHook on QQNT
Browse files Browse the repository at this point in the history
Signed-off-by: Hicores <me@hicore.cc>
  • Loading branch information
Hicores committed Jun 21, 2023
1 parent eb758dd commit ded3555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class DefaultBubbleHook implements IDynamicHook, IUiItemAgentProvider, IU
private DefaultBubbleHook() {
}

private static final String[] paths = {"/bubble_info", "/files/bubble_info", "/files/bubble_paster"};
private static final String[] paths = {"/bubble_info", "/files/bubble_info", "/files/bubble_paster", "/files/vas_material_folder/bubble_dir"};

@Override
public boolean isAvailable() {
Expand Down

0 comments on commit ded3555

Please sign in to comment.