提案 #1346 » 0001-libnotify-app-name.patch
core/plugin/libnotify/libnotify.rb | ||
---|---|---|
9 | 9 |
text = text.description |
10 | 10 |
end |
11 | 11 |
notify = Libnotify.new( |
12 |
app_name: Environment::NAME, |
|
12 | 13 |
body: text, |
13 | 14 |
summary: user.title, |
14 | 15 |
timeout: UserConfig[:notify_expire_time].to_f |