mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-22 15:16:36 +00:00
Various hotfixes
This commit is contained in:
parent
b06f48784f
commit
845dad3750
8 changed files with 22 additions and 3 deletions
|
@ -88,6 +88,5 @@ extension View {
|
|||
.environmentObject(CurrentInstance.shared)
|
||||
.environmentObject(Theme.shared)
|
||||
.environmentObject(AppAccountsManager.shared)
|
||||
.applyTheme(Theme.shared)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@ struct TimelineTab: View {
|
|||
Task {
|
||||
await currentAccount.fetchLists()
|
||||
}
|
||||
if !client.isAuth {
|
||||
if !client.isAuth && UIDevice.current.userInterfaceIdiom == .phone {
|
||||
routerPath.presentedSheet = .addAccount
|
||||
}
|
||||
}
|
||||
|
|
|
@ -124,6 +124,10 @@
|
|||
"settings.push.duplicate.footer" = "Receiving duplicate notifications? Try this magic button in order to fix it";
|
||||
"settings.push.duplicate.button.fix" = "🪄 Fix it";
|
||||
|
||||
"enum.expand-media.show" = "Show All";
|
||||
"enum.expand-media.hide" = "Hide All";
|
||||
"enum.expand-media.hide-sensitive" = "Hide Sensitive";
|
||||
|
||||
// MARK: Tabs
|
||||
"tab.explore" = "Entdecken";
|
||||
"tab.federated" = "Föderiert";
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
"settings.content.expand-spoilers" = "Always show sensitive posts";
|
||||
"settings.content.expand-media" = "Media display";
|
||||
"settings.content.default-sensitive" = "Always mark media as sensitive";
|
||||
"settings.content.default-visibility" = "Posting visibilty";
|
||||
"settings.content.default-visibility" = "Posting visibility";
|
||||
"settings.content.reading" = "Reading";
|
||||
"settings.content.posting" = "Posting";
|
||||
"enum.expand-media.show" = "Show All";
|
||||
|
|
|
@ -361,3 +361,7 @@
|
|||
"filter.edit.action" = "フィルターする";
|
||||
"account.action.edit-filters" = "フィルターを編集する";
|
||||
"account.action.edit-filters" = "フィルターを編集する";
|
||||
|
||||
"enum.expand-media.show" = "Show All";
|
||||
"enum.expand-media.hide" = "Hide All";
|
||||
"enum.expand-media.hide-sensitive" = "Hide Sensitive";
|
||||
|
|
|
@ -364,3 +364,7 @@
|
|||
"filter.edit.contexts" = "Filter Contexts";
|
||||
"filter.edit.action" = "Filter Actie";
|
||||
"account.action.edit-filters" = "Wijzig Filters";
|
||||
|
||||
"enum.expand-media.show" = "Show All";
|
||||
"enum.expand-media.hide" = "Hide All";
|
||||
"enum.expand-media.hide-sensitive" = "Hide Sensitive";
|
||||
|
|
|
@ -350,3 +350,7 @@
|
|||
"filter.edit.contexts" = "Filter Contexts";
|
||||
"filter.edit.action" = "Filter Action";
|
||||
"account.action.edit-filters" = "Edit Filters";
|
||||
|
||||
"enum.expand-media.show" = "Show All";
|
||||
"enum.expand-media.hide" = "Hide All";
|
||||
"enum.expand-media.hide-sensitive" = "Hide Sensitive";
|
||||
|
|
|
@ -366,3 +366,7 @@
|
|||
"filter.edit.contexts" = "过滤范围";
|
||||
"filter.edit.action" = "过滤器行为";
|
||||
"account.action.edit-filters" = "编辑过滤器";
|
||||
|
||||
"enum.expand-media.show" = "Show All";
|
||||
"enum.expand-media.hide" = "Hide All";
|
||||
"enum.expand-media.hide-sensitive" = "Hide Sensitive";
|
||||
|
|
Loading…
Reference in a new issue