DVUI

backgroundGet

Parameters

#
self:*const Options
*const Options

Source

Implementation

#
pub fn backgroundGet(self: *const Options) bool {
    return self.background orelse false;
}