mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 15:42:32 -06:00
Show notification if Python is not found and a search is started
Also, don't bother starting a search if it's known that Python is not available.
This commit is contained in:
@@ -269,7 +269,7 @@ int Utils::Misc::pythonVersion()
|
||||
return version;
|
||||
}
|
||||
|
||||
QString misc::pythonExecutable()
|
||||
QString Utils::Misc::pythonExecutable()
|
||||
{
|
||||
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user