Skip to content

Commit c70ea8d

Browse files
authored
User-Agent設定の追加
1 parent d30f29a commit c70ea8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/command/setting.rb

+4
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,10 @@ def self.get_setting_tab_info
534534
"エラーは出ないが読めなくなる)",
535535
tab: :detail
536536
},
537+
"user-agent" => {
538+
type: :string, help: "User-Agent 設定\n未指定時 Mozilla/5.0 (Windows NT 10.0; Win64; x64)",
539+
tab: :detail
540+
},
537541
"webui.theme" => {
538542
type: :select, help: "WEB UI 用テーマ選択",
539543
invisible: true,

0 commit comments

Comments
 (0)