cyd01 / KiTTY

:computer: KiTTY, a free telnet/ssh client for Windows
https://www.9bis.com/kitty
Other
1.55k stars 132 forks source link

Different interface between Win10 and Win11 #516

Open arkabase opened 8 months ago

arkabase commented 8 months ago

Hi guys, I encounter a strange issue with the Kitty interface on different computers, one on Win 10 and the other on Win 11. Some buttons are displayed on Win 10 (left in the attached capture) but missing on Win 11 (right). As you can see in the about boxes, the Kitty versions are exactly the same. Can you please take a look at this ?

kitty

Kyogre commented 8 months ago

I have Windows 10, but also missing buttons (and folder selector) from left variant from your screenshot.

lars18th commented 7 months ago

You need to enable the FOLDERS functionality (disabled by default): https://www.9bis.net/kitty/#!pages/SessionsFilter.md

Kyogre commented 7 months ago

You need to enable the FOLDERS functionality

In my config it was enabled already, but still no folders selector. Tried both filter=yes and filter=no - nothing changed

lars18th commented 7 months ago

You need to enable the FOLDERS functionality

In my config it was enabled already, but still no folders selector. Tried both filter=yes and filter=no - nothing changed

Your config is PORTABLE or REGISTRY? Perhaps that's the root cause. I'm using only PORTABLE mode, and both: Win10 and Win11 show the folders with the parameter enabled (in fact, I'm sharing the same portable directory between different machines 10/11).

Kyogre commented 7 months ago

I am also using only portable mode config, launching kitty via kitty_portable.exe There are no files in %APPDATA%/KiTTY/, so I am sure I am using portable kitty.ini

I can share my config if it will help to unveil the cause of the issue.

upd. Found that only if I set savemode=registry, filter feature starts working.