You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
save last used config folder, improve skipping (in main loop) fixes#38, fix GUI auto-offset+manual duplicated argument, fix import settings format type (was object, needs to be string),
Copy file name to clipboardExpand all lines: MainWindow.xaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@
81
81
<CheckBoxx:Name="chkUseMaxFileCount"Content="Maximum file count:"HorizontalAlignment="Left"VerticalAlignment="Top"Foreground="{DynamicResource MainText}"ToolTip="For batch processing, parse only this many files (good for testing with few files first)"/>
<CheckBoxx:Name="chkRandomize"Content="Randomize"HorizontalAlignment="Left"VerticalAlignment="Top"Foreground="{DynamicResource MainText}"IsChecked="True"ToolTip="Randomize point indexes, to use Dynamic resolution\tDefault is true (Always enabled for v3)"/>
84
+
<CheckBoxx:Name="chkRandomize"Content="Randomize"HorizontalAlignment="Left"VerticalAlignment="Top"Foreground="{DynamicResource MainText}"IsChecked="True"ToolTip="Randomize point indexes, to use Dynamic resolution. Default is true (Always enabled for v3)"/>
85
85
<CheckBoxx:Name="chkOpenOutputFolder"Content="Open output folder"HorizontalAlignment="Left"VerticalAlignment="Top"Foreground="{DynamicResource MainText}"IsChecked="False"ToolTip="Open Explorer to Output folder after finished processing"/>
<CheckBoxx:Name="chkReadMetaData"Content="Import metadata"HorizontalAlignment="Left"VerticalAlignment="Top"Foreground="{DynamicResource MainText}"IsChecked="True"ToolTip="Reads LAs/LAZ metadata and saves into file"/>
0 commit comments