Blubb
This commit is contained in:
@@ -71,7 +71,7 @@ fn main() {
|
||||
|
||||
// TODO: error handling
|
||||
#[cfg(feature = "notify")]
|
||||
init("PNMixer-rs");
|
||||
init("PNMixer-rs").unwrap();
|
||||
|
||||
flexi_logger::LogOptions::new()
|
||||
.log_to_file(false)
|
||||
|
||||
@@ -24,6 +24,8 @@ use ui_prefs_dialog::*;
|
||||
use ui_tray_icon::*;
|
||||
|
||||
|
||||
// TODO: more notifications, such as on alsa error
|
||||
|
||||
|
||||
pub struct Notif {
|
||||
enabled: Cell<bool>,
|
||||
|
||||
Reference in New Issue
Block a user