aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-03-03 06:33:37 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-03-20 14:56:33 -0700
commit458c2f38bc8e560832ca09b846edaa9ddc64f58d (patch)
tree96f0a6f804984582c8f4e4ccad4dc4ef05661c27 /launcher/ui/dialogs
parentdc5402349e8c65945d46f1539fd92823a05a391c (diff)
downloadPrismLauncher-458c2f38bc8e560832ca09b846edaa9ddc64f58d.tar.gz
PrismLauncher-458c2f38bc8e560832ca09b846edaa9ddc64f58d.tar.bz2
PrismLauncher-458c2f38bc8e560832ca09b846edaa9ddc64f58d.zip
cleanup: code review sugestions
clean up translation strings Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/dialogs')
-rw-r--r--launcher/ui/dialogs/CopyInstanceDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/CopyInstanceDialog.cpp b/launcher/ui/dialogs/CopyInstanceDialog.cpp
index 62c0bb39..ced57ae0 100644
--- a/launcher/ui/dialogs/CopyInstanceDialog.cpp
+++ b/launcher/ui/dialogs/CopyInstanceDialog.cpp
@@ -324,4 +324,4 @@ void CopyInstanceDialog::on_useCloneCheckbox_stateChanged(int state)
m_selectedOptions.enableUseClone(m_cloneSupported && (state == Qt::Checked));
updateUseCloneCheckbox();
updateLinkOptions();
-} \ No newline at end of file
+}