diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-02-17 18:29:55 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-03-02 17:24:53 +0100 |
| commit | 382a4a7a001d46646dda3dac7e2b63ae1533d800 (patch) | |
| tree | a1181a3ab916ae8f720f18300e69d248b92baf00 /gui/src/shared | |
| parent | e6b23f2424ef5575d6d725eefe18489b01f0fe94 (diff) | |
| download | mullvadvpn-382a4a7a001d46646dda3dac7e2b63ae1533d800.tar.xz mullvadvpn-382a4a7a001d46646dda3dac7e2b63ae1533d800.zip | |
Replace linux-app-list with custom implementation
Diffstat (limited to 'gui/src/shared')
| -rw-r--r-- | gui/src/shared/application-types.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/shared/application-types.ts b/gui/src/shared/application-types.ts index 91b8068072..07cea190e3 100644 --- a/gui/src/shared/application-types.ts +++ b/gui/src/shared/application-types.ts @@ -12,8 +12,8 @@ export interface ILinuxApplication extends IApplication { terminal?: string; noDisplay?: string; hidden?: string; - onlyShowIn?: string | string[]; - notShowIn?: string | string[]; + onlyShowIn?: string[]; + notShowIn?: string[]; tryExec?: string; } |
