This commit is contained in:
2019-04-09 01:13:49 -07:00
parent 01d7489c05
commit 9884d19108
6 changed files with 171 additions and 290 deletions

View File

@@ -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."\"'");
}