mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-48014] Auto-enable Apps Bar by moving EnableAppBar setting to DisableAppBar (#23010)
* auto-enable Apps Bar by moving EnableAppBar setting to DisableAppBar * update playwright config * remove EnableAppBar config setting to avoid confusion * small fixes --------- Co-authored-by: Mattermost Build <build@mattermost.com> Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
This commit is contained in:
@@ -191,7 +191,7 @@ export type ClientConfig = {
|
||||
WebsocketSecurePort: string;
|
||||
WebsocketURL: string;
|
||||
ExperimentalSharedChannels: string;
|
||||
EnableAppBar: string;
|
||||
DisableAppBar: string;
|
||||
EnableComplianceExport: string;
|
||||
PostPriority: string;
|
||||
ReduceOnBoardingTaskList: string;
|
||||
@@ -738,7 +738,7 @@ export type ExperimentalSettings = {
|
||||
UseNewSAMLLibrary: boolean;
|
||||
EnableSharedChannels: boolean;
|
||||
EnableRemoteClusterService: boolean;
|
||||
EnableAppBar: boolean;
|
||||
DisableAppBar: boolean;
|
||||
DisableRefetchingOnBrowserFocus: boolean;
|
||||
DelayChannelAutocomplete: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user