mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Remember window size and each row width #2394
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#2394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TETYYS on GitHub (Apr 22, 2015).
It would be great that qbittorrent would remember all row width (including seperator between torrent list and filtering by torrent status) and window size. If it should remember, then I don't think that is working right, as at each startup I get all default UI.
@chrishirst commented on GitHub (Apr 22, 2015):
If you use a current version you will find that it already does.
@sledgehammer999 commented on GitHub (Apr 22, 2015):
qbt version and system OS?
@TETYYS commented on GitHub (Apr 23, 2015):
v3.1.12, Windows 7 x64. It does now, maybe related to computer shutdown when qBittorrent is running?
@chrishirst commented on GitHub (Apr 23, 2015):
Certainly is, ... If you don't use file -> Exit the GUI doesn't know it should store the current geometry.
@sledgehammer999 commented on GitHub (Apr 26, 2015):
The issue is that Windows shutdown is too aggressive after Vista. Application need to tell the OS that they need extra time shutting down otherwise the OS outright kills them after 5 seconds.
qBittorrent isn't able to save the settings during shutdown because it is probably killed by Windows.
This will be fixed with #1984