-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make to work with windows, remove unnecessary config keys
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
package config | ||
|
||
const DATA_FOLDER_KEY = "DATA_FOLDER_KEY" | ||
const USER_DEFINED_DATA_FOLDER = "USER_DEFINED_DATA_FOLDER" | ||
const LIST_AFTER_ADDING_TODO = "LIST_AFTER_ADDING_TODO" | ||
const USER_DEFINED_HOME_PATH = "USER_DEFINED_HOME_PATH" | ||
const LIST_AFTER_EDITING_TODO = "LIST_AFTER_EDITING_TODO" | ||
const LIST_AFTER_REMOVING_TODO = "LIST_AFTER_REMOVING_TODO" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters