OSDN Git Service

投稿者コメントチェックボックスの初期設定をconfigから読み込む
authoryukihane <yukihane.feather@gmail.com>
Sun, 13 May 2012 07:16:18 +0000 (16:16 +0900)
committeryukihane <yukihane.feather@gmail.com>
Sun, 13 May 2012 07:19:44 +0000 (16:19 +0900)
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);