We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f724d6 commit 1d61c06Copy full SHA for 1d61c06
1 file changed
Prima/sys/XQuartz.pm
@@ -8,7 +8,7 @@ sub get_fullscreen_image
8
{
9
my $self = shift;
10
goto FALLBACK unless $^O eq 'darwin';
11
- goto FALLBACK unless $self->sys_action("xquartz.local_display");
+ goto FALLBACK unless $self->sys_action("local_display");
12
my $real_screen_height = $self->sys_action("xquartz.screen_height");
13
goto FALLBACK unless $real_screen_height;
14
0 commit comments