mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: show debug build warning even with releasesafe for now
This commit is contained in:
@ -80,7 +80,7 @@ struct TerminalView<ViewModel: TerminalViewModel>: View {
|
|||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
// If we're running in debug mode we show a warning so that users
|
// If we're running in debug mode we show a warning so that users
|
||||||
// know that performance will be degraded.
|
// know that performance will be degraded.
|
||||||
if (Ghostty.info.mode == GHOSTTY_BUILD_MODE_DEBUG) {
|
if (Ghostty.info.mode == GHOSTTY_BUILD_MODE_DEBUG || Ghostty.info.mode == GHOSTTY_BUILD_MODE_RELEASE_SAFE) {
|
||||||
DebugBuildWarningView()
|
DebugBuildWarningView()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user