Skip to content

Commit fd0aca4

Browse files
committed
feat(preference): remove LICH_ARGS preference key for simplification
1 parent b6da262 commit fd0aca4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

electron/main/preference/types.ts

-6
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ export enum PreferenceKey {
5151
* macOS Example: "/path/to/lich.rbw"
5252
*/
5353
LICH_PATH = 'lich.path',
54-
/**
55-
* The arguments to pass to Lich when starting it.
56-
* Example: "--dragonrealms"
57-
*/
58-
LICH_ARGS = 'lich.args',
5954
/**
6055
* The host to connect to when starting Lich.
6156
* Example: "localhost"
@@ -86,7 +81,6 @@ export type PreferenceKeyToTypeMap = {
8681
[PreferenceKey.GAME_COMMAND_HISTORY_MIN_LENGTH]: number;
8782
[PreferenceKey.LICH_RUBY_PATH]: string;
8883
[PreferenceKey.LICH_PATH]: string;
89-
[PreferenceKey.LICH_ARGS]: string;
9084
[PreferenceKey.LICH_HOST]: string;
9185
[PreferenceKey.LICH_PORT]: number;
9286
[PreferenceKey.LICH_START_WAIT]: number;

0 commit comments

Comments
 (0)