There was an error while loading. Please reload this page.
1 parent c5c368e commit b02ff53Copy full SHA for b02ff53
1 file changed
noctalia.d.luau
@@ -248,6 +248,7 @@ declare panel: {
248
-- function onFrameTick(deltaMs) end -- continuous animation (setNeedsFrameTick)
249
-- function onAudioSpectrum(valuesCsv, stateCsv) end -- audio-reactive bar widget
250
-- function onOpen(context) / onClose() end -- panel lifecycle
251
+-- function onConfigChanged() end -- service: plugin settings changed; getConfig() now returns new values
252
--
253
-- These are intentionally NOT declared here: declaring them as globals makes
254
-- luau-lsp treat your definition as overwriting a built-in.
0 commit comments