Skip to content

PyAppDevKit Python Library 1.6.2

Compare
Choose a tag to compare
@LinuxUsersLinuxMint LinuxUsersLinuxMint released this 15 Jan 17:06
· 17 commits to main since this release

Yenilikler:

Bilgi: PyAppDevKit kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/TR/1.6.2/pyappdevkit.html

  • Programdan çıkış yapmayı sağlayan fonksiyonlar düzenlenmiştir. (Zaten int veri tipinde olan userTime değişkenini tekrar int veri tipine çeviren kod kaldırılmıştır.)
  • Sadece diyalog ile programdan çıkış yapmayı sağlayan fonksiyon için bir hata düzeltilmiştir.
  • Kullanıcıya programdan çıkış yapmak için en uygun yöntemi seçmelerine olanak tanıyan all_exit fonksiyonunda bir hata düzeltilmiştir. (userTime değişkeni String veri tipinde değer aldıktan sonra int veri tipine çeviriliyor artık.)

Innovations:

Info: For detailed information about the PyAppDevKit library: https://linuxuserslinuxmint.github.io/Documents/PyAppDevKit/EN/1.6.2/pyappdevkit.html

  • The functions that allow to exit the program have been edited. (The code that converts the userTime variable, which is already of int data type, back to int data type has been removed.)
  • Fixed a bug for the function that allows to exit the program with dialog only.
  • Fixed a bug in the all_exit function that allows the user to choose the most convenient way to exit the program. (The userTime variable is now converted to int data type after receiving a value in String data type).