added three new modules (Crypto.qml, Battery.qml, Network.qml), improved Stats.qml, improved Tray.qml, optimized code in general, added a polkit agent, configurations change (check configs)
This commit is contained in:
@@ -80,7 +80,6 @@ PanelWindow {
|
||||
}
|
||||
|
||||
function shellQuote(str) {
|
||||
// POSIX single-quote escaping: wrap in ' and replace every ' with '\''
|
||||
return "'" + str.replace(/'/g, "'\\''") + "'"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user