Fix #4025: add user setting to keep the view mode.
This commit is contained in:
15
Oqtane.Shared/Models/UserSetting.cs
Normal file
15
Oqtane.Shared/Models/UserSetting.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Oqtane.Models
|
||||
{
|
||||
public class UserSetting
|
||||
{
|
||||
public const string ViewMode = "Page:ViewMode";
|
||||
|
||||
public const string LastViewPage = "LastViewed";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user