mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
client: add page title speed display preference
This commit is contained in:
committed by
Jesse Chan
parent
c329c474a2
commit
5cb523d06a
@@ -74,6 +74,7 @@ const defaultFloodSettings: Readonly<FloodSettings> = {
|
||||
mountPoints: [],
|
||||
deleteTorrentData: true,
|
||||
startTorrentsOnLoad: true,
|
||||
UIPageTitleSpeedEnabled: true,
|
||||
};
|
||||
|
||||
export default defaultFloodSettings;
|
||||
|
||||
@@ -40,6 +40,9 @@ export interface FloodSettings {
|
||||
|
||||
// Last used "Add Torrents" tab
|
||||
UITorrentsAddTab?: 'by-url' | 'by-file' | 'by-creation';
|
||||
|
||||
// Display upload and download speed in page title
|
||||
UIPageTitleSpeedEnabled: boolean;
|
||||
}
|
||||
|
||||
export type FloodSetting = keyof FloodSettings;
|
||||
|
||||
Reference in New Issue
Block a user