mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 08:13:23 +00:00
ENH - refine phone notes experience
Moves the first notes editor line into an H1 title, keeps it stable when empty, and removes the separate title field. Includes the remaining pending phone UI, voice, locale, bridge, and test updates on this branch.
This commit is contained in:
@@ -11,6 +11,14 @@ function Bridge.Speaker.IsEnabled()
|
||||
return not Config.Speaker or Config.Speaker.Enabled ~= false
|
||||
end
|
||||
|
||||
function Bridge.Radio.SupportsSpeaker()
|
||||
return false
|
||||
end
|
||||
|
||||
function Bridge.Radio.SetPlayerSpeaker()
|
||||
return false
|
||||
end
|
||||
|
||||
local level_colours = {
|
||||
debug = "^5",
|
||||
info = "^2",
|
||||
|
||||
Reference in New Issue
Block a user