Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 6432b8f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)