We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5a102 commit fe12c26Copy full SHA for fe12c26
src/main/kotlin/com/jetpackduba/gitnuro/App.kt
@@ -94,7 +94,7 @@ class App {
94
val windowPlacement = appSettingsRepository.windowPlacement.toWindowPlacement
95
val dirToOpen = getDirToOpen(args)
96
97
- appEnvInfo.isFlatpak = args.contains("--flatpak")
+ appEnvInfo.isFlatpak = File("/.flatpak-info").exists()
98
appStateManager.loadRepositoriesTabs()
99
100
try {
0 commit comments