mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
Bug fixes in ext-sysmon
This commit is contained in:
@ -10,7 +10,7 @@ ExtendedSysMon::ExtendedSysMon(QObject* parent, const QVariantList& args)
|
||||
{
|
||||
Q_UNUSED(args)
|
||||
|
||||
QLocale::setDefault(QLocale::C);
|
||||
// QLocale::setDefault(QLocale::C);
|
||||
setlocale (LC_ALL, "C");
|
||||
|
||||
setMinimumPollingInterval(333);
|
||||
|
@ -12,7 +12,7 @@ X-Plasma-EngineName=ext-sysmon
|
||||
X-KDE-PluginInfo-Author=Evgeniy Alexeev aka arcanis
|
||||
X-KDE-PluginInfo-Email=esalexeev@gmail.com
|
||||
X-KDE-PluginInfo-Name=ext-sysmon
|
||||
X-KDE-PluginInfo-Version=1.1
|
||||
X-KDE-PluginInfo-Version=1.2
|
||||
X-KDE-PluginInfo-Category=System Information
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
Reference in New Issue
Block a user