mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
BUGFIX: Magnet link association fix on Win32 (sledgehammer999)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.7.1
|
||||
- BUGFIX: Limit file names to 255 bytes to avoid issues on Linux FS
|
||||
- BUGFIX: Fix possible crash when changing the priority of a file
|
||||
- BUGFIX: Magnet link association fix on Win32 (sledgehammer999)
|
||||
- I18N: Updated German, Portuguese, Brazilian, Spanish and Catalan translations
|
||||
|
||||
* Sun Mar 20 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.7.0
|
||||
|
||||
@@ -994,7 +994,7 @@ public:
|
||||
settings.setValue("Magnet/Default", "Magnet URI");
|
||||
settings.setValue("Magnet/Content Type", "application/x-magnet");
|
||||
settings.setValue("Magnet/URL Protocol", "");
|
||||
settings.setValue("Magnet/DefaultIcon\\Default", icon_str);
|
||||
settings.setValue("Magnet/DefaultIcon/Default", icon_str);
|
||||
settings.setValue("Magnet/shell/Default", "open");
|
||||
settings.setValue("Magnet/shell/open/command/Default", command_str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user