slook
slook
Yes indeed this required functionality is missing. Persistence would help with the forever ongoing issue https://github.com/nicotine-plus/nicotine-plus/issues/1565: > "... it was suggested to me that it would be a very good...
The open chat tabs should be added to the Autocomplete list of the frame's TextEntry, regardless of if the user is a buddy or not. The Chat History popover should...
In public chat you can also right-click in the empty area of the Users header, or in the space below the list. In private chat when the tabs are on...
It sounds useful, but the multiple layers of filtering happening here could lead to confusion.
Then if the Preference option is disabled, the proposed toggle button should be hidden. Since the filter bar is already rather crowded, it would be good idea to be able...
I'm not going to be implementing anything related to this, since it's beyond my capability and involves core changes with TreeView etc, which I know you already have long-term plans...
The command execution is platform dependent, so it is difficult to know a built-in solution that would be cross-platform. A nice idea tho perhaps worth some investigation. If you were...
Perhaps the file `>` pipe is not supported by the transfer_actions() hander: https://github.com/nicotine-plus/nicotine-plus/blob/39162e2eedbb79c1ea1a86ee66a034cd2756eab2/pynicotine/utils.py#L424-L429 Suggest try using `tee` instead (it that command is present in your os) because it uses a...
> not sure how common it is This is fairly common. I believe it is possible that this happens when the plugin user has specified one or both of the...
Perhaps it is acceptable only in the error condition where a value of 0 is returned, by implementing the method as a fallback procedure. > the number of shared files...