Skip to content

Commit

Permalink
perf: comment out the message
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Feb 11, 2024
1 parent 71a10c0 commit 4ab67c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Options/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ local options = {
imageWidth = titleImageConfig.width(),
imageHeight = titleImageConfig.height(),
imageCoords = F.GetTitleTexCoord
},
afterLogo = {
order = 3,
type = "description",
fontSize = "small",
name = "",
width = "full"
}
-- afterLogo = {
-- order = 3,
-- type = "description",
-- fontSize = "small",
-- name = "",
-- width = "full"
-- }
}
}

Expand Down

0 comments on commit 4ab67c8

Please sign in to comment.