mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
Single edit tab: Update preference value
It's all Timo's fault for suggesting the new values in I65d96627 PS21, obviously. Bug: T120969 Change-Id: Ib0309342a831ec1950c1be8c7a0c79a31c413163
This commit is contained in:
parent
212300af1f
commit
e8a682f567
|
@ -73,7 +73,7 @@ class VisualEditorHooks {
|
|||
!$user->getOption( 'visualeditor-enable' ) ||
|
||||
$user->getOption( 'visualeditor-betatempdisable' ) ||
|
||||
$user->getOption( 'visualeditor-autodisable' ) ||
|
||||
$user->getOption( 'visualeditor-tabs' ) === 'preferwt' ||
|
||||
$user->getOption( 'visualeditor-tabs' ) === 'prefer-wt' ||
|
||||
( $veConfig->get( 'VisualEditorDisableForAnons' ) && $user->isAnon() ) ||
|
||||
false // TODO: Detect incompatibility - P2373
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue