add pm3 cwd key.

This commit is contained in:
dxl
2020-08-13 18:02:32 +08:00
parent 408b631085
commit ad03472da5
@@ -19,4 +19,6 @@ public class Properties {
public static String k_auto_goto_terminal = "autoGotoTermuxView";
// The type of terminal
public static String k_terminal_type = "terminal_type";
// The enable status of p3m external work directory
public static String k_pm3_externl_cwd_enable = "pm3_cwd_external_enable";
}