OSDN Git Service

投稿者コメントチェックボックスの初期設定をconfigから読み込む
[coroid/inqubus.git] / frontend / src / yukihane / inqubus / gui / MainFrame.java
index 8e03253..b3539b3 100644 (file)
@@ -726,6 +726,7 @@ public class MainFrame extends JFrame {
         final Config p = Config.INSTANCE;
 
         cmbId.setText("");
+        cbOwnerComment.setSelected(p.getCommentOwnerOnly());
         cbBackLogReduce.setSelected(p.getCommentMinDisabled());
         cbBackLog.setEnabled(true);
         cbBackLog.setSelected(false);