@@ -60,10 +60,10 @@ Note²: For `minMagisk`, `XX.Y` is parsed as `XXY00`, so you can just put the Ma
6060- ` support ` support link to direct users when they need support for you modules
6161- ` donate ` donate link to direct users to where they can financially support your project
6262- ` config ` package name of the application that configure your module
63- (Note: The icon won't appear in the module list if the module and target app is not installed)
63+ (Note: The icon won't appear in the module list if the module or target app is not installed)
6464
6565Note: Fox's Mmm use fallback
66- [ here] ( app/src/main/java/com/fox2code/mmm/utils/PropUtils.java#L21 )
66+ [ here] ( app/src/main/java/com/fox2code/mmm/utils/PropUtils.java#L36 )
6767for some modules
6868Theses values are only used if not defined in the ` module.prop ` files
6969So the original module maker can still override them
@@ -87,8 +87,8 @@ Commands:
8787- ` clearTerminal ` : Clear the terminal of any text, making it empty
8888- ` scrollUp ` : Scroll up at the top of the terminal
8989- ` scrollDown ` : Scroll down at the bottom of the terminal
90- - ` showLoading <max> ` : Show an indeterminate progress bar
91- (Note: Status bar is indeterminate if 0 is provided)
90+ - ` showLoading <max> ` : Show a progress bar with ` <max> ` as max value
91+ (Note: Status bar is indeterminate if nothing or 0 is provided)
9292- ` setLoading <progress> ` : Set loading progress if the bar is not indeterminate.
9393- ` hideLoading ` : Hide the indeterminate progress bar if previously shown
9494- ` setSupportLink <url> ` : Set support link to show when the install finish
0 commit comments