--- nono/wx/wxlogsetting.cpp 2026/04/29 17:05:44 1.1.1.4 +++ nono/wx/wxlogsetting.cpp 2026/04/29 17:05:48 1.1.1.5 @@ -33,9 +33,7 @@ WXLogSettingPanel::WXLogSettingPanel(wxW // エイリアスを持つオブジェクトだけ抜き出す for (const auto obj : gMainApp.GetObjects()) { - if (obj->GetAliases().empty() == false && - obj->GetId() != OBJ_LOGMONITOR) - { + if (obj->GetAliases().empty() == false) { objs.emplace_back(obj); } }