문구 수정

매번 뜨도록 수정
This commit is contained in:
2018-02-22 12:08:58 +09:00
parent 86bf3ca21b
commit 6bd0c4337d
2 changed files with 5 additions and 4 deletions

View File

@@ -56,8 +56,8 @@ namespace friction
private void MainForm_Shown(object sender, EventArgs e)
{
if (Config.GetInstance().DidAgreeAlert() == true)
return;
//if (Config.GetInstance().DidAgreeAlert() == true)
// return;
AlertPopup alert = new AlertPopup();
DialogResult alertResult = alert.ShowDialog();