Skip to content

Commit 780d349

Browse files
committed
Update IAppSettingsService.cs
1 parent b430bbb commit 780d349

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Files.Core/Services/Settings/IAppSettingsService.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) 2023 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

4-
using System.ComponentModel;
5-
64
namespace Files.Core.Services.Settings
75
{
86
public interface IAppSettingsService : IBaseSettingsService, INotifyPropertyChanged
@@ -16,6 +14,6 @@ public interface IAppSettingsService : IBaseSettingsService, INotifyPropertyChan
1614
/// Gets or sets a value indicating whether or not to restore tabs on startup.
1715
/// This is used when prompting users to restart after changing the app language.
1816
/// </summary>
19-
bool RestoreTabsOnStartup { get; set;
17+
bool RestoreTabsOnStartup { get; set; }
2018
}
2119
}

0 commit comments

Comments
 (0)