Settings window: Add interaction mode and tab focus state
This commit is contained in:
parent
d7edbabd48
commit
6dd67917e8
4 changed files with 85 additions and 50 deletions
|
@ -15,6 +15,7 @@ import {
|
|||
} from '../../types/SystemTraySetting';
|
||||
import { awaitObject } from '../../util/awaitObject';
|
||||
import { createSetting, createCallback } from '../../util/preload';
|
||||
import { startInteractionMode } from '../startInteractionMode';
|
||||
|
||||
function doneRendering() {
|
||||
ipcRenderer.send('settings-done-rendering');
|
||||
|
@ -124,6 +125,8 @@ function getSystemTraySettingValues(
|
|||
}
|
||||
|
||||
const renderPreferences = async () => {
|
||||
startInteractionMode();
|
||||
|
||||
const {
|
||||
blockedCount,
|
||||
deviceName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue