Add Themes: Dark, light and automatic mode
This commit is contained in:
committed by
Frédéric Guillot
parent
65a5f0f47d
commit
aade89c9ba
@@ -12,6 +12,11 @@ use Kanboard\Core\Base;
|
||||
*/
|
||||
class UserHelper extends Base
|
||||
{
|
||||
public function getTheme()
|
||||
{
|
||||
return $this->userSession->getTheme();
|
||||
}
|
||||
|
||||
/**
|
||||
* Return subtask list toggle value
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user