mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
Fix typo in TermuxPropertyConstants
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user