Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 12, 2021
1 parent 5047d63 commit 74af707
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions Gifski/MainWindowController.swift
Expand Up @@ -8,24 +8,6 @@ final class MainWindowController: NSWindowController {
}

private func showWelcomeScreenIfNeeded() {
if Device.isRunningNativelyOnMacWithAppleSilicon {
SSApp.runOnce(identifier: "appleSiliconWelcomeMessage") {
NSAlert.showModal(
for: window,
title: "Gifski on Apple Silicon",
message:
"""
Gifski now runs natively on Apple silicon.
If you encounter any problems, use the feedback button in the “Help” menu to report it.
You can temporarily work around the issue by switching back to Rosetta mode: Right-click the app in Finder, select “Get Info”, and then enable “Open using Rosetta”.
""",
defaultButtonIndex: -1
)
}
}

guard SSApp.isFirstLaunch else {
return
}
Expand All @@ -36,17 +18,7 @@ final class MainWindowController: NSWindowController {
message:
"""
Keep in mind that the GIF image format is very space inefficient. Only convert short video clips unless you want huge files.
""",
buttonTitles: [
"Continue"
]
)
NSAlert.showModal(
for: window,
title: "Feedback Welcome 🙌🏻",
message:
"""
If you have any feedback, bug reports, or feature requests, use the feedback button in the “Help” menu. We quickly respond to all submissions.
""",
buttonTitles: [
Expand Down

0 comments on commit 74af707

Please sign in to comment.