rename dashboard to header

This commit is contained in:
asep komarudin 2023-03-06 19:36:07 +07:00
parent ad59d61555
commit 7433474605
4 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@ dash_model = {
local data_exists, custom_dasboard = pcall(require, "core.config")
if data_exists then
local board = custom_dasboard.dashboard1
local board = custom_dasboard.header1
if board ~= nil then
dash_model = board
end