mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Removed options.xml creation since it is no longer used
This commit is contained in:
parent
0722195cad
commit
7aa49c243c
1 changed files with 0 additions and 5 deletions
|
@ -95,11 +95,6 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){
|
|||
home += QDir::separator();
|
||||
}
|
||||
txt_savePath->setText(home+"qBT_dir");
|
||||
// Save Options if options.xml does not exist yet
|
||||
savePath = misc::qBittorrentPath() + "options.xml";
|
||||
if(! QFile::exists(savePath)){
|
||||
saveOptions();
|
||||
}
|
||||
// Load options
|
||||
loadOptions();
|
||||
// Connect signals / slots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue