lib/d3/client.rb in depot3-3.0.11 vs lib/d3/client.rb in depot3-3.0.13
- old
+ new
@@ -30,10 +30,17 @@
### by the JSS which hosts d3, as well as the d3
### cli client program running on that computer.
###
class Client < JSS::Client
+ ### Default notification_image_path
+ ### Unless otherwise specified in /etc/d3.conf,
+ ### this is the default directory that can be populated
+ ### with image(s) to display randomly alongside user notifications.
+
+ DFT_NOTIFICATION_IMAGE_PATH = D3::SUPPORT_DIR + "notification_images"
+
end # class Client
end # module D3
require "d3/client/class_variables"
require "d3/client/class_methods"
@@ -41,6 +48,5 @@
require "d3/client/environment"
require "d3/client/auth"
require "d3/client/cli"
require "d3/client/lists"
require "d3/client/help"
-