Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
about QM3 Some suggestions
#91
Normal.
#92
#32 When pasting code, using lines are not cleaned up
https://i.ibb.co/mRHHtgg/LA.gif
#93
#33
After setting the font, clicking the apply button resulted in the following error. The error did not occur again after reattempting.
https://i.ibb.co/QXc2GFF/Err.png
#94
Fixed. It happens if Recipe panel still not created (was never visible) when changing font.
#95
https://www.libreautomate.com/forum/show...1#pid37571

If it could be condensed into one line of code, it would seem more convenient

    dialog.options.timeoutTextFormat = "倒计时 {0} 秒后对话框将关闭";
    dialog.show(r, secondsTimeout: 6);
TO:
    dialog.show(r, secondsTimeout: 6, timeoutText: "倒计时 {0} 秒后对话框将关闭");


Forum Jump:


Users browsing this thread: 1 Guest(s)