mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
레이아웃에서 알림센터 위젯 사용시 알림 발생할 경우 겹치는 문제 고침
This commit is contained in:
parent
c2d831d93b
commit
0fec44222d
1 changed files with 7 additions and 1 deletions
|
|
@ -1061,6 +1061,12 @@ class ncenterliteController extends ncenterlite
|
|||
return;
|
||||
}
|
||||
|
||||
// 레이아웃에서 알림센터 사용중이라면 중지
|
||||
if(Context::get('layout_info')->use_ncenter_widget == 'Y')
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Context::set('ncenterlite_config', $config);
|
||||
|
||||
if($config->highlight_effect === 'Y')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue