MCPcopy Create free account
hub / github.com/Yantesoft/LinuxdoAssistant / saveTopicFirstMode

Function saveTopicFirstMode

linuxdo-helper.user.js:289–291  ·  view source on GitHub ↗

* 保存话题优先模式状态 * @param {boolean} enabled - 是否启用话题优先

(enabled)

Source from the content-addressed store, hash-verified

287 * @param {boolean} enabled - 是否启用话题优先
288 */
289 function saveTopicFirstMode(enabled) {
290 GM_setValue(STORAGE_KEYS.topicFirstMode, enabled);
291 }
292
293 /**
294 * 获取新话题优先模式状态

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected