Skip to content

Commit 6432b8f

Browse files
committed
Feat: Set standard mode to incoming labels
1 parent 169acfd commit 6432b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/settingsMenu/settingsMenu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class SettingsUI extends AbstractUIExtension {
118118
});
119119

120120
const modeSelect = containerElement.querySelector("#setting-mode-option") as HTMLSelectElement;
121-
modeSelect.value = Mode.OUTGOING; // or 'OUTGOING'
121+
modeSelect.value = Mode.INCOMING;
122122
}
123123

124124
public getCurrentLabelMode(): Mode {

0 commit comments

Comments
 (0)