summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared/ipc-schema.ts
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2022-11-04 10:54:07 +0100
committerOskar Nyberg <oskar@mullvad.net>2022-11-07 10:46:07 +0100
commit40bc4e6bbd51fd78ff67e376a5fbe921cd4c4964 (patch)
treecc3833ddeefa03f5979883bb77464098fa9b32aa /gui/src/shared/ipc-schema.ts
parentf5037f6fbc93148569210f18dfa24be4be1e0a6a (diff)
downloadmullvadvpn-40bc4e6bbd51fd78ff67e376a5fbe921cd4c4964.tar.xz
mullvadvpn-40bc4e6bbd51fd78ff67e376a5fbe921cd4c4964.zip
Add view state to history location state
Diffstat (limited to 'gui/src/shared/ipc-schema.ts')
-rw-r--r--gui/src/shared/ipc-schema.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/src/shared/ipc-schema.ts b/gui/src/shared/ipc-schema.ts
index 85c7f2cabc..210e85e007 100644
--- a/gui/src/shared/ipc-schema.ts
+++ b/gui/src/shared/ipc-schema.ts
@@ -34,7 +34,6 @@ import {
ICurrentAppVersionInfo,
IHistoryObject,
IWindowShapeParameters,
- ScrollPositions,
} from './ipc-types';
export interface ITranslations {
@@ -76,7 +75,6 @@ export interface IAppStateSnapshot {
changelog: IChangelog;
forceShowChanges: boolean;
navigationHistory?: IHistoryObject;
- scrollPositions: ScrollPositions;
}
// The different types of requests are:
@@ -130,7 +128,6 @@ export const ipcSchema = {
navigation: {
reset: notifyRenderer<void>(),
setHistory: send<IHistoryObject>(),
- setScrollPositions: send<ScrollPositions>(),
},
daemon: {
isPerformingPostUpgrade: notifyRenderer<boolean>(),