Skip to content

Commit

Permalink
Hata düzeltmesi / Bug fix
Browse files Browse the repository at this point in the history
Saate özel yazı atamadaki bir sorun giderildi.
  • Loading branch information
EmreYilmazturk authored Oct 26, 2023
1 parent bf15657 commit ab9716a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Yılmaztürk Widgets/YeniWidget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private void button1_Click(object sender, EventArgs e)
File.WriteAllText(alt + "kx", sonuc.X + "");
File.WriteAllText(alt + "fontsize", Convert.ToInt32(timeLBL.Font.Size) + "");
File.WriteAllText(alt + "datefontsize", Convert.ToInt32(date.Font.Size) + "");
if(timeLBL.Text != "saat")
if(timeLBL.Text != "süre")
{
File.WriteAllText(alt + "saatyazi", timeLBL.Text);
}
Expand Down

0 comments on commit ab9716a

Please sign in to comment.