Skip to content

Commit 66d27e6

Browse files
Merge branch 'main' into samgst/NotificationDismissedExpire
2 parents 1c244db + ba6ab38 commit 66d27e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/notifications/NotificationStateUtils.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
package software.aws.toolkits.jetbrains.core.notifications
55

66
import com.intellij.openapi.components.PersistentStateComponent
7-
import com.intellij.openapi.components.RoamingType
87
import com.intellij.openapi.components.Service
98
import com.intellij.openapi.components.State
109
import com.intellij.openapi.components.Storage
@@ -59,7 +58,7 @@ class NotificationDismissalState : PersistentStateComponent<NotificationDismissa
5958
}
6059

6160
@Service
62-
@State(name = "notificationEtag", storages = [Storage("aws.xml", roamingType = RoamingType.DISABLED)])
61+
@State(name = "notificationEtag", storages = [Storage("aws.xml")])
6362
class NotificationEtagState : PersistentStateComponent<NotificationEtagConfiguration>, ETagProvider {
6463
private val state = NotificationEtagConfiguration()
6564

0 commit comments

Comments
 (0)