OSDN Git Service

TweetPrvPanelに対する設定値の設定・取得を LoadConfing/SaveConfig メソッドに移動
[opentween/open-tween.git] / OpenTween / Setting / SettingCommon.cs
index 7af17b4..133fb0a 100644 (file)
@@ -134,7 +134,12 @@ namespace OpenTween
         public string EventSoundFile = "";
         public bool PlaySound = false;
         public bool UnreadManage = true;
+
+        /// <summary>
+        /// 片思い表示。trueなら片思い表示する
+        /// </summary>
         public bool OneWayLove = true;
+
         public MyCommon.NameBalloonEnum NameBalloon = MyCommon.NameBalloonEnum.NickName;
         public bool PostCtrlEnter = false;
         public bool PostShiftEnter = false;