repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
settings
/
setting
/
PhabricatorDarkConsoleVisibleSetting.php
blob
69e3e3dbb90c9fc19d8709eb9b6241707ad97ef8
1
<
?php
2
3
final class
PhabricatorDarkConsoleVisibleSetting
4
extends
PhabricatorInternalSetting
{
5
6
const
SETTINGKEY
=
'darkconsole.visible'
;
7
8
public function
getSettingName
() {
9
return
pht
(
'DarkConsole Visible'
);
10
}
11
12
}