mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Removed options.xml creation since it is no longer used
This commit is contained in:
@@ -95,11 +95,6 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){
|
|||||||
home += QDir::separator();
|
home += QDir::separator();
|
||||||
}
|
}
|
||||||
txt_savePath->setText(home+"qBT_dir");
|
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
|
// Load options
|
||||||
loadOptions();
|
loadOptions();
|
||||||
// Connect signals / slots
|
// Connect signals / slots
|
||||||
|
|||||||
Reference in New Issue
Block a user