mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-04 04:32:43 +01:00
6d82fcc6d7
Summary: Add ability to minimize durable column Test Plan: Shrink and Grow, reload page, see stickyness... {F1855051} Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16638
12 lines
247 B
PHP
12 lines
247 B
PHP
<?php
|
|
|
|
final class PhabricatorConpherenceColumnMinimizeSetting
|
|
extends PhabricatorInternalSetting {
|
|
|
|
const SETTINGKEY = 'conpherence-minimize-column';
|
|
|
|
public function getSettingName() {
|
|
return pht('Conpherence Column Minimize');
|
|
}
|
|
|
|
}
|