mirror of https://github.com/vector-im/riot-web
Override matrix-apps to be disabled
- ignores localStorage setting - hides feature from labs section in user settingspull/21833/head
parent
cbd8018ac8
commit
c97ae5c2e1
|
@ -29,6 +29,9 @@ export default {
|
|||
name: "-",
|
||||
id: 'matrix_apps',
|
||||
default: false,
|
||||
|
||||
// XXX: Always use default, ignore localStorage and remove from labs
|
||||
override: true,
|
||||
},
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue