15 Replies
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View
!bug
If you think you've found a bug, please enter it on https://github.com/Mudlet/Mudlet/issues/new
I don't think that change in behaviour is intentional
could be wrong/forgetting something but the connection status shouldn't matter
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View
Has the number of buttons on the main toolbar changed? IIRC there is some index based access to the buttons on the main toolbar (in
(void) mudlet::enableToolbarButtons()
and (void) mudlet::disableToolbarButtons()
) and that fragily dependent on the order and count NOT changing...! {And my Qt Creator is now warning "Don't call QList::operator on temporary [clazy-detaching-temporary]" !!!}
.. but does on the first that is set to autoconnect. ...Ah! The code execution path is noticeably different for auto-loading profiles and I'd guess that something is missed out on that route....
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View
Hi @Ashy & @ThatBeADragon 🙂
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View
Can you show a screenshot? Not sure I grasp the issue
Are you saying no matter which font you choose, the output will never change? 🤔
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View
hmm, maybe not a fixed width font. Try selecting BitStream Vera Sans Mono and see if it clears up?
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View