Skip to content

Commit

Permalink
custom launcher options without admin privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed May 2, 2024
1 parent b26acbf commit 5590f0c
Showing 1 changed file with 3 additions and 6 deletions.
Expand Up @@ -2380,12 +2380,9 @@ private void mnuAddressTagsActionPerformed(java.awt.event.ActionEvent evt) {//GE
}//GEN-LAST:event_mnuAddressTagsActionPerformed

private void mnuCustomLauncherOptionsActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_mnuCustomLauncherOptionsActionPerformed

if (checkAdmin()) {
CustomLauncherOptionsDialog dlg = new CustomLauncherOptionsDialog(this, true);
FrameUtils.centerDialog(dlg, this);
dlg.setVisible(true);
}
CustomLauncherOptionsDialog dlg = new CustomLauncherOptionsDialog(this, true);
FrameUtils.centerDialog(dlg, this);
dlg.setVisible(true);
}//GEN-LAST:event_mnuCustomLauncherOptionsActionPerformed

private void mnuAddressCustomFieldsActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_mnuAddressCustomFieldsActionPerformed
Expand Down

0 comments on commit 5590f0c

Please sign in to comment.