mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-16 05:51:15 +01:00
Fix typo in TermuxPropertyConstants
This commit is contained in:
parent
e72841ba27
commit
ebf2e472b3
1 changed files with 1 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ import java.util.Set;
|
||||||
* This class will be hosted by termux-app and should be imported by other termux plugin apps as is
|
* This class will be hosted by termux-app and should be imported by other termux plugin apps as is
|
||||||
* instead of copying constants to random classes. The 3rd party apps can also import it for
|
* instead of copying constants to random classes. The 3rd party apps can also import it for
|
||||||
* interacting with termux apps. If changes are made to this file, increment the version number
|
* interacting with termux apps. If changes are made to this file, increment the version number
|
||||||
* * and add an entry in the Changelog section above.
|
* and add an entry in the Changelog section above.
|
||||||
*
|
*
|
||||||
* The properties are loaded from the first file found at
|
* The properties are loaded from the first file found at
|
||||||
* {@link TermuxConstants#TERMUX_PROPERTIES_PRIMARY_FILE_PATH} or
|
* {@link TermuxConstants#TERMUX_PROPERTIES_PRIMARY_FILE_PATH} or
|
||||||
|
|
@ -66,7 +66,6 @@ public final class TermuxPropertyConstants {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/** Defines the key for whether to use black UI */
|
/** Defines the key for whether to use black UI */
|
||||||
public static final String KEY_USE_BLACK_UI = "use-black-ui"; // Default: "use-black-ui"
|
public static final String KEY_USE_BLACK_UI = "use-black-ui"; // Default: "use-black-ui"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue