0.7.9.3
This commit is contained in:
@@ -155,7 +155,7 @@ function human_filesize($bytes, $decimals = 2) {
|
||||
return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$size[$factor];
|
||||
}
|
||||
|
||||
function ncenter($string, $title = "DropToPTP") {
|
||||
function ncenter($string, $title = "Skim") {
|
||||
exec("osascript -e 'display notification \"".$string."\" with title \"".$title."\"'");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user