mirror of
https://github.com/alexkay/spek.git
synced 2025-04-16 16:42:19 +03:00
Fix a crash when no arguments are passed
This commit is contained in:
parent
5ff1fb5319
commit
718e851e48
@ -28,7 +28,7 @@ namespace Spek {
|
||||
private FileFilter filter_audio;
|
||||
private FileFilter filter_png;
|
||||
|
||||
public Window (string file_name) {
|
||||
public Window (string? file_name) {
|
||||
title = _("Spek - Acoustic Spectrum Analyser");
|
||||
set_default_icon_name ("spek");
|
||||
set_default_size (640, 480);
|
||||
|
Loading…
x
Reference in New Issue
Block a user