lib/command/setting.rb in narou-3.6.0 vs lib/command/setting.rb in narou-3.7.0
- old
+ new
@@ -535,11 +535,11 @@
tab: :detail
},
"webui.theme" => {
type: :select, help: "WEB UI 用テーマ選択",
invisible: true,
- select_keys: Narou.get_theme_names,
- select_summaries: Narou.get_theme_names,
+ select_keys: Narou.theme_names,
+ select_summaries: Narou.theme_names,
tab: :webui
},
"webui.table.reload-timing" => {
type: :select, help: "小説リストの更新タイミングを選択。未設定時は1作品ごとに更新",
invisible: true,